Js-Injection

Javascript Injection Extenstion Tool for Chromium-based Web browsers

Wat is Js-Injection?

Js-Injection is een Chrome-extensie ontwikkeld door AnOldStory, en de belangrijkste functie is "Javascript Injection Extenstion Tool for Chromium-based Web browsers".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Js-Injection

Download Js-Injection-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Js-Injection Js-Injection
ID mijnijeicfcodlijkmafknapfcilffni
Officiële URL https://chromewebstore.google.com/detail/js-injection/mijnijeicfcodlijkmafknapfcilffni
Beschrijving Javascript Injection Extenstion Tool for Chromium-based Web browsers
Bestandsgrootte 1.11 MB
Aantal Installaties 49
Huidige Versie 2.0.2
Laatst Bijgewerkt 2020-04-02
Publicatiedatum 2020-03-27
Ontwikkelaar AnOldStory
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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",
        ""
    ]
}