JS-Exec

Inject your own JavaScript in any webpage.

What is JS-Exec?

JS-Exec is a Chrome extension developed by SeevenDev, and its main feature is "Inject your own JavaScript in any webpage.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download JS-Exec Extension CRX File

Download JS-Exec extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        JS-Exec is a simple extension that allows you to inject your own JavaScript in any web page.

You can also write you own JavaScript applications and quickly run them wherever and whenever you want.

/!\ This extension is under developement. Many features and potential bug fixes are coming soon. You can also contact me to report bugs or suggest features via GitHub.

Find out more on my GitHub repository : http://github.com/SeevenDev/JS-Exec                    

Extension Basic Information

Name JS-Exec JS-Exec
ID caeimpdeapdimekjkkkggpibnlijlnka
Official URL https://chromewebstore.google.com/detail/js-exec/caeimpdeapdimekjkkkggpibnlijlnka
Description Inject your own JavaScript in any webpage.
File Size 1.83 MB
Installation Count 636
Current Version 3.0
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 4.67/5 Total 3 Ratings
Developer SeevenDev
Payment Type free
Extension Website https://github.com/SeevenDev/JS-Exec
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JS-Exec",
    "description": "Inject your own JavaScript in any webpage.",
    "version": "3.0",
    "author": "SeevenDev",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/api.js"
        ],
        "persistent": false
    }
}