제작자: asteriksme
Inspect and view changes in BoostedScripts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "BoostedScripts",
"version": "0.1.1",
"description": "Write userscripts with an LLM assistant in a side panel. Scripts stay local and are scoped per site.",
"browser_specific_settings": {
"gecko": {
"id": "boostedscripts@boostedscripts.local",
"strict_min_version": "149.0",
"data_collection_permissions": {
"required": [
"browsingActivity",
"websiteContent"
],
"optional": [
"authenticationInfo"
]
}
}
},
"permissions": [
"storage",
"tabs",
"activeTab",
"scripting",
"webRequest"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"sidebar_action": {
"default_title": "BoostedScripts",
"default_panel": "sidebar.html",
"default_icon": "icons/icon.svg"
},
"action": {
"default_title": "Open BoostedScripts in a window",
"default_icon": "icons/icon.svg"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"icons": {
"48": "icons/icon.svg",
"96": "icons/icon.svg"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_scripts/runner.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; style-src 'self'"
}
} 최고의 BoostedScripts 대안
다음은 BoostedScripts과(와) 유사한 Firefox add-on입니다: