Web Code Injector

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

What is Web Code Injector?

Web Code Injector is a Chrome extension developed by Jon Ander Echeverria Sanchez, and its main feature is "Add your own code (HTML, CSS, JS) to your favourite websites. A simple fast way to improve :) your favourite websites.".

Extension Screenshots

screenshot

Download Web Code Injector Extension CRX File

Download Web Code Injector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Web Code Injector Web Code Injector
ID gffmljieoedhigbaagdjoipecmbiifkf
Official URL https://chromewebstore.google.com/detail/web-code-injector/gffmljieoedhigbaagdjoipecmbiifkf
Description Add your own code (HTML, CSS, JS) to your favourite websites. A simple fast way to improve :) your favourite websites.
File Size 2.36 MB
Installation Count 1,130
Current Version 3.0.2
Last Updated 2022-05-26
Publish Date 2019-09-12
Rating 5.00/5 Total 5 Ratings
Developer Jon Ander Echeverria Sanchez
Email [email protected]
Payment Type free
Supported Languages 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'"
}