JS URL Injector

Inject JS code from custom URL into every web frame

Was ist JS URL Injector?

JS URL Injector ist eine Chrome-Erweiterung, die von https://mm.js.org entwickelt wurde, und ihr Hauptmerkmal ist "Inject JS code from custom URL into every web frame".

Erweiterungsscreenshots

screenshot

JS URL Injector-Erweiterungs-CRX-Datei herunterladen

Laden Sie JS URL Injector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name JS URL Injector JS URL Injector
ID lenanbaimefdmgblhojehfjooimmboch
Offizielle URL https://chromewebstore.google.com/detail/js-url-injector/lenanbaimefdmgblhojehfjooimmboch
Beschreibung Inject JS code from custom URL into every web frame
Dateigröße 19.49 KB
Installationsanzahl 32
Aktuelle Version 0.0.1
Letztes Update 2018-12-19
Veröffentlichungsdatum 2018-12-15
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://mm.js.org
Zahlungsart free
Erweiterungswebsite https://github.com/1ocalhost/js_injector
Unterstützte Sprachen 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"
    ]
}