Js-Injection

Javascript Injection Extenstion Tool for Chromium-based Web browsers

Hvad er Js-Injection?

Js-Injection er en Chrome-udvidelse udviklet af AnOldStory, og dens hovedfunktion er "Javascript Injection Extenstion Tool for Chromium-based Web browsers".

Udvidelsesskærmbilleder

screenshot

Download Js-Injection-udvidelses-CRX-fil

Download Js-Injection-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Js-Injection Js-Injection
ID mijnijeicfcodlijkmafknapfcilffni
Officiel URL https://chromewebstore.google.com/detail/js-injection/mijnijeicfcodlijkmafknapfcilffni
Beskrivelse Javascript Injection Extenstion Tool for Chromium-based Web browsers
Filstørrelse 1.11 MB
Antal Installationer 49
Nuværende Version 2.0.2
Senest Opdateret 2020-04-02
Udgivelsesdato 2020-03-27
Udvikler AnOldStory
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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",
        ""
    ]
}