By: datttyt
Inspect and view changes in Run JavaScript source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Run JavaScript",
"version": "1.0",
"description": "Script injector for JavaScript and CSS!",
"permissions": [
"storage",
"activeTab",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html"
},
"browser_action": {
"default_popup": "popup.html"
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"contentScript.css"
],
"js": [
"contentScript.js"
]
}
],
"icons": {
"16": "/images/ico48.png",
"32": "/images/ico48.png",
"48": "/images/ico48.png",
"128": "/images/ico48.png"
},
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "{a91df663-f9f4-49cd-806d-ff54ea310a5b}"
}
}
} Best Run JavaScript Alternatives
Here are some Firefox add-ons that are similar to Run JavaScript: