Js-Injection

Javascript Injection Extenstion Tool for Chromium-based Web browsers

Was ist Js-Injection?

Js-Injection ist eine Chrome-Erweiterung, die von AnOldStory entwickelt wurde, und ihr Hauptmerkmal ist "Javascript Injection Extenstion Tool for Chromium-based Web browsers".

Erweiterungsscreenshots

screenshot

Js-Injection-Erweiterungs-CRX-Datei herunterladen

Laden Sie Js-Injection-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

                        Javascript Injection Extension Tool for Chromium-based Web browsers

This Project is based on opensource 
visit https://github.com/AnOldStory/Js-Injection and make good extension together                    

Grundlegende Informationen zur Erweiterung

Name Js-Injection Js-Injection
ID mijnijeicfcodlijkmafknapfcilffni
Offizielle URL https://chromewebstore.google.com/detail/js-injection/mijnijeicfcodlijkmafknapfcilffni
Beschreibung Javascript Injection Extenstion Tool for Chromium-based Web browsers
Dateigröße 1.11 MB
Installationsanzahl 49
Aktuelle Version 2.0.2
Letztes Update 2020-04-02
Veröffentlichungsdatum 2020-03-27
Entwickler AnOldStory
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Js-Injection",
    "author": "AnOldStory",
    "version": "2.0.2",
    "description": "Javascript Injection Extenstion Tool for Chromium-based Web browsers",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "injection.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Js-Injection"
    },
    "icons": {
        "128": "icon128.png"
    },
    "options_page": "index.html",
    "permissions": [
        "storage",
        ""
    ]
}