제작자: Md. Anisur Rahman Add-on
Inspect and view changes in Custom Function Runner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Custom Function Runner",
"version": "1.0",
"description": "Create and run custom functions on any webpage.",
"permissions": [
"storage",
"activeTab"
],
"action": {
"default_icon": "icons/icon-48.svg",
"default_title": "Custom Function Runner",
"default_popup": "popup/popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_scripts/runner.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "custom-runner@example.com"
}
}
} 최고의 Custom Function Runner 대안
다음은 Custom Function Runner과(와) 유사한 Firefox add-on입니다:
Script Runner
ankur1218
browser-addon-custom-js
Howard Chiam
Custom Script Injector
damadenacar
HTML Runner
Mohammad Shaklain
Code Runner
Patricia Harrell
ConditionalRun
Ascoro
Scripts runner
TrianguloY
Console Snippet Runner
Vijeal Koman
Inject Custom JS and CSS
Iván Ros
Evaluate - Run Code Anytime, Anywhere
Apteryx Software
commandrun
Achim Abeling
Custom Site JS
David Hicken