Code Injector

Inject code into websites! (JavaScript, CSS, HTML and Files)

What is Code Injector?

Code Injector is a Chrome extension developed by Saba, and its main feature is "Inject code into websites! (JavaScript, CSS, HTML and Files)".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Code Injector Extension CRX File

Download 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

                        An addon which let the user inject code into the websites.

A minimum knowledge of web programming is required to be able to properly use this add-on.
Documentation (GitHub): https://github.com/Lor-Saba/Code-Injector                    

Extension Basic Information

Name Code Injector Code Injector
ID edkcmfocepnifkbnbkmlcmegedeikdeb
Official URL https://chromewebstore.google.com/detail/code-injector/edkcmfocepnifkbnbkmlcmegedeikdeb
Description Inject code into websites! (JavaScript, CSS, HTML and Files)
File Size 1.83 MB
Installation Count 7,511
Current Version 0.3.2
Last Updated 2020-01-26
Publish Date 2020-01-23
Rating 4.75/5 Total 12 Ratings
Developer Saba
Payment Type free
Help Page URL https://github.com/Lor-Saba/Code-Injector
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Code Injector",
    "version": "0.3.2",
    "author": "L.Sabatelli",
    "description": "Inject code into websites! (JavaScript, CSS, HTML and Files)",
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "storage",
        "webNavigation"
    ],
    "icons": {
        "16": "style\/images\/icon\/icon-16px.png",
        "24": "style\/images\/icon\/icon-24px.png",
        "32": "style\/images\/icon\/icon-32px.png",
        "48": "style\/images\/icon\/icon-48px.png",
        "64": "style\/images\/icon\/icon-64px.png",
        "96": "style\/images\/icon\/icon-96px.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "style\/images\/icon\/icon-16px.png",
            "24": "style\/images\/icon\/icon-24px.png",
            "32": "style\/images\/icon\/icon-32px.png",
            "48": "style\/images\/icon\/icon-48px.png",
            "64": "style\/images\/icon\/icon-64px.png",
            "96": "style\/images\/icon\/icon-96px.png"
        },
        "default_title": "Code Injector",
        "default_popup": "html\/browser-action.html"
    },
    "background": {
        "scripts": [
            "script\/browser-polyfill.min.js",
            "script\/background.js"
        ]
    },
    "options_ui": {
        "page": "html\/options-ui.html"
    }
}