Web Code Injector

Add your own code (HTML, CSS, JS) to your favourite websites. A simple fast way to improve :) your favourite websites.

Cos'è Web Code Injector?

Web Code Injector è un'estensione di Chrome sviluppata da Jon Ander Echeverria Sanchez, e la sua funzione principale è "Add your own code (HTML, CSS, JS) to your favourite websites. A simple fast way to improve :) your favourite websites.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Web Code Injector

Scarica i file di estensione Web Code Injector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Add your own code (HTML, CSS, JS) to your favourite websites. You have 3 different ways to work, from the popup in the top icon, from a browser tab or from the development tools (Ctrl + Shift + I or F12)                    

Informazioni di Base sull'Estensione

Nome Web Code Injector Web Code Injector
ID gffmljieoedhigbaagdjoipecmbiifkf
URL Ufficiale https://chromewebstore.google.com/detail/web-code-injector/gffmljieoedhigbaagdjoipecmbiifkf
Descrizione Add your own code (HTML, CSS, JS) to your favourite websites. A simple fast way to improve :) your favourite websites.
Dimensione del File 2.36 MB
Conteggio Installazioni 1,130
Versione Corrente 3.0.2
Ultimo Aggiornamento 2022-05-26
Data di Pubblicazione 2019-09-12
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Jon Ander Echeverria Sanchez
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Code Injector",
    "description": "Add your own code (HTML, CSS, JS) to your favourite websites. A simple fast way to improve :) your favourite websites.",
    "manifest_version": 2,
    "version": "3.0.2",
    "short_name": "WCI",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "cs.js"
            ]
        }
    ],
    "devtools_page": "devBg.html",
    "browser_action": {
        "default_title": "Web Code Injector",
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "downloads",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}