Web Code Injector

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

Wat is Web Code Injector?

Web Code Injector is een Chrome-extensie ontwikkeld door Jon Ander Echeverria Sanchez, en de belangrijkste functie is "Add your own code (HTML, CSS, JS) to your favourite websites. A simple fast way to improve :) your favourite websites.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Web Code Injector

Download Web Code Injector-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

                        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)                    

Basisinformatie over de Extensie

Naam Web Code Injector Web Code Injector
ID gffmljieoedhigbaagdjoipecmbiifkf
Officiële URL https://chromewebstore.google.com/detail/web-code-injector/gffmljieoedhigbaagdjoipecmbiifkf
Beschrijving Add your own code (HTML, CSS, JS) to your favourite websites. A simple fast way to improve :) your favourite websites.
Bestandsgrootte 2.36 MB
Aantal Installaties 1,130
Huidige Versie 3.0.2
Laatst Bijgewerkt 2022-05-26
Publicatiedatum 2019-09-12
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Jon Ander Echeverria Sanchez
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}