제작자: Nexmoe
Inspect and view changes in Mr.Shu source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"permissions": [
"bookmarks",
"storage",
"favicon",
"cookies"
],
"optional_permissions": [
"tabs",
"tabGroups"
],
"host_permissions": [
"https://botab.net"
],
"background": {
"scripts": [
"dist/background/index.mjs"
],
"type": "module"
},
"action": {
"default_popup": "dist/popup/index.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"chrome_url_overrides": {
"newtab": "dist/newtab/index.html"
},
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "3.0.4",
"homepage_url": "https://botab.net/",
"default_locale": "zh_CN",
"icons": {
"16": "img/icon.png",
"32": "img/icon.png",
"48": "img/icon.png",
"128": "img/icon.png"
},
"web_accessible_resources": [
{
"resources": [
"_favicon/*"
],
"matches": [
"<all_urls>"
],
"extension_ids": [
"*"
]
}
],
"content_scripts": [
{
"matches": [
"https://www.bilibili.com/*"
],
"js": [
"dist/contentScripts/inject.global.js"
],
"run_at": "document_end"
},
{
"matches": [
"https://roam.mixcm.com/*"
],
"js": [
"dist/contentScripts/chainwon.global.js"
],
"run_at": "document_end"
},
{
"matches": [
"https://www.youtube.com/*"
],
"js": [
"dist/contentScripts/youtube.global.js"
],
"run_at": "document_end"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{99646b8e-a5b2-4e52-b9ac-c38fcc1f108b}"
}
}
} 최고의 Mr.Shu 대안
다음은 Mr.Shu과(와) 유사한 Firefox add-on입니다: