JS URL Injector

Inject JS code from custom URL into every web frame

What is JS URL Injector?

JS URL Injector is a Chrome extension developed by https://mm.js.org, and its main feature is "Inject JS code from custom URL into every web frame".

Extension Screenshots

screenshot

Download JS URL Injector Extension CRX File

Download JS URL Injector 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

                        It allows you to inject JavaScript file specified by URL to every web site. You should NOT use it, unless you know what you are doing. And the source code is on: https://github.com/1ocalhost/js_injector                    

Extension Basic Information

Name JS URL Injector JS URL Injector
ID lenanbaimefdmgblhojehfjooimmboch
Official URL https://chromewebstore.google.com/detail/js-url-injector/lenanbaimefdmgblhojehfjooimmboch
Description Inject JS code from custom URL into every web frame
File Size 19.49 KB
Installation Count 32
Current Version 0.0.1
Last Updated 2018-12-19
Publish Date 2018-12-15
Rating 5.00/5 Total 1 Ratings
Developer https://mm.js.org
Payment Type free
Extension Website https://github.com/1ocalhost/js_injector
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JS URL Injector",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Inject JS code from custom URL into every web frame",
    "icons": {
        "128": "rat.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "https:\/\/www.google.com\/_\/chrome\/newtab*",
        "tabs",
        "webNavigation",
        "storage"
    ]
}