Автоматизация многих функций в RPG Apeha.ru
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Быстрые кнопки Apeha.ru (Premium)",
"short_name": "Быстрые кнопки Premium",
"version": "2.1.13",
"description": "Автоматизация многих функций в RPG Apeha.ru",
"applications": {
"gecko": {
"id": "@aacdepgjdfidlkmbjbinfddbdhjiwsxe",
"strict_min_version": "57.0"
}
},
"icons": {
"16": "option/img/16.png",
"32": "option/img/32.png",
"48": "option/img/48.png",
"64": "option/img/64.png",
"128": "option/img/128.png"
},
"content_scripts": [
{
"js": [
"content/buttonsapehapro.js"
],
"matches": [
"http://apeha.ru/*",
"http://kovcheg.apeha.ru/*",
"http://utes.apeha.ru/*",
"http://smorye.apeha.ru/*",
"http://ostrov.apeha.ru/*",
"http://newforest.apeha.ru/*"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"/content/*.js",
"/content/css/*.css"
],
"permissions": [
"storage"
],
"browser_action": {
"default_icon": {
"16": "option/img/16.png",
"32": "option/img/32.png",
"48": "option/img/48.png",
"64": "option/img/64.png",
"128": "option/img/128.png"
},
"default_title": "Быстрые кнопки Apeha.ru (версия Premium)",
"default_popup": "option/optionpro.html"
}
}