제작자: Developer
Inspect and view changes in Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Extesion",
"version": "1.1",
"description": "",
"browser_action": {
"default_title": "",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"js": [
"assets/js/start.js"
]
}
],
"permissions": [
"tabs",
"storage",
"clipboardRead"
],
"background": {
"scripts": [
"assets/js/background.js"
],
"persistent": true
},
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{fc22bac6-afaf-444d-bf6f-927469c99e8d}",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"browsingActivity"
]
}
}
}
} 최고의 Extension 대안
다음은 Extension과(와) 유사한 Firefox add-on입니다: