Injector

Extension for local, dynamic addition of js/css to the any page

Qu'est-ce que Injector ?

Injector est une extension Chrome développée par rozov1, et sa fonction principale est "Extension for local, dynamic addition of js/css to the any page".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Injector

Téléchargez les fichiers d'extension Injector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Using with gulp and gulp-ws-sender. For more information see readme in github repo https://github.com/bercly0b/injector-chrome-extension
If you have any question feel free to contact me                    

Informations de Base sur l'Extension

Nom Injector Injector
ID fopkjckkihccjckhmikeclmkghlipbil
URL Officiel https://chromewebstore.google.com/detail/injector/fopkjckkihccjckhmikeclmkghlipbil
Description Extension for local, dynamic addition of js/css to the any page
Taille du Fichier 13.47 KB
Nombre d'Installations 30
Version Actuelle 1.2.1
Dernière Mise à Jour 2019-02-03
Date de Publication 2019-01-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur rozov1
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/bercly0b/injector-chrome-extension
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Injector",
    "short_name": "si",
    "version": "1.2.1",
    "description": "Extension for local, dynamic addition of js\/css to the any page",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        ""
    ],
    "icons": {
        "64": "icons\/off-64.png",
        "128": "icons\/off-128.png"
    },
    "browser_action": {
        "default_icon": {
            "64": "icons\/off-64.png",
            "128": "icons\/off-128.png"
        },
        "default_title": "You should have a Websocket server. Use with gulp and gulp-ws-sender",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}