提供元: erosman
Inspect and view changes in FireMonkey source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "3.0",
"default_locale": "en",
"homepage_url": "https://github.com/erosman/firemonkey",
"author": "erosman",
"icons": {
"16": "image/icon.svg",
"32": "image/icon.svg",
"48": "image/icon.svg",
"64": "image/icon.svg",
"128": "image/icon.svg"
},
"browser_action": {
"default_icon": "image/icon.svg",
"default_popup": "content/popup.html",
"default_title": "__MSG_extensionName__"
},
"sidebar_action": {
"default_icon": "image/icon.svg",
"default_panel": "content/options.html?sidebar",
"default_title": "__MSG_extensionName__"
},
"options_ui": {
"open_in_tab": true,
"page": "content/options.html"
},
"background": {
"scripts": [
"content/background.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": [
"https://greasyfork.org/*/scripts/*",
"https://sleazyfork.org/*/scripts/*"
],
"exclude_matches": [
"https://greasyfork.org/*/scripts",
"https://greasyfork.org/*/scripts/*/feedback",
"https://greasyfork.org/*/scripts/*/stats",
"https://greasyfork.org/*/scripts/*/versions",
"https://sleazyfork.org/*/scripts",
"https://sleazyfork.org/*/scripts/*/feedback",
"https://sleazyfork.org/*/scripts/*/stats",
"https://sleazyfork.org/*/scripts/*/versions"
],
"js": [
"content/greasyfork.js"
],
"run_at": "document_start"
},
{
"matches": [
"*://*/*.user.js",
"*://*/*.user.css",
"file:///*.user.js",
"file:///*.user.css"
],
"exclude_matches": [
"https://github.com/*"
],
"css": [
"lib/codemirror/codemirror.css",
"content/install.css"
],
"js": [
"lib/codemirror/runmode-standalone.js",
"lib/codemirror/css.js",
"lib/codemirror/javascript.js",
"content/install.js"
]
}
],
"user_scripts": {
"api_script": "content/api.js"
},
"permissions": [
"clipboardWrite",
"cookies",
"downloads",
"idle",
"menus",
"notifications",
"storage",
"tabs",
"unlimitedStorage",
"webNavigation",
"webRequest",
"webRequestBlocking",
"<all_urls>"
],
"commands": {
"_execute_browser_action": {},
"_execute_sidebar_action": {}
},
"browser_specific_settings": {
"gecko": {
"id": "firemonkey@eros.man",
"strict_min_version": "128.0",
"data_collection_permissions": {
"required": [
"none"
]
}
},
"gecko_android": {
"strict_min_version": "128.0"
}
}
} ベストのFireMonkey代替案
FireMonkeyに類似したFirefox add-onをいくつか紹介します: