By: 5chutil-dev
Inspect and view changes in 5chutil source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "5chutil",
"version": "0.1.1.20",
"manifest_version": 2,
"description": "5ch のスレッドページに NG や外部コンテンツ埋め込み等の便利な機能を追加する拡張機能",
"icons": {
"16": "icon/icon_16.png",
"48": "icon/icon_48.png",
"128": "icon/icon_128.png"
},
"content_scripts": [
{
"matches": [
"*://*.5ch.net/test/read.cgi/*",
"*://*.5ch.net/*/subback.html",
"*://*.5ch.net/*/",
"*://*.5ch.net/*/?*"
],
"js": [
"js/jquery-3.6.0.min.js",
"env.js",
"js/5chutil_common.js",
"js/5chutil.js"
],
"css": [
"css/5chutil.css"
],
"run_at": "document_start"
}
],
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
"https://*.5ch.net/*"
],
"browser_action": {
"default_icon": "icon/icon_16.png",
"default_title": "5chutil設定",
"default_popup": "html/options.html"
},
"options_ui": {
"page": "html/options.html",
"browser_style": true
},
"background": {
"scripts": [
"js/background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{c8c10354-953a-4ad3-ad02-e11d076fe9f3}"
}
}
} Best 5chutil Alternatives
Here are some Firefox add-ons that are similar to 5chutil: