This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
FutureX 1bf62658de Base version
Добавил базовую версию расширения

-Скрипт сам запускается по загрузке страницы
-Иногда работает только после перезагрузки
2018-04-12 23:41:11 +03:00

20 lines
460 B
JSON

{
"name": "LMS helper ♥",
"description": "Easy answers from your heart. Made with love by FutureX",
"version": "1.4.8.8",
"manifest_version": 2,
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [ "*://www.cambridgelms.org/*" ],
"js": [ "jquery.js", "background.js" ],
"run_at": "document_end",
"all_frames": true
}
],
"web_accessible_resources": [
"/injected.js"
]
}