Code Injector

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

Was ist Code Injector?

Code Injector ist eine Chrome-Erweiterung, die von Saba entwickelt wurde, und ihr Hauptmerkmal ist "Inject code into websites! (JavaScript, CSS, HTML and Files)".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Code Injector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Code Injector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Code Injector Code Injector
ID edkcmfocepnifkbnbkmlcmegedeikdeb
Offizielle URL https://chromewebstore.google.com/detail/code-injector/edkcmfocepnifkbnbkmlcmegedeikdeb
Beschreibung Inject code into websites! (JavaScript, CSS, HTML and Files)
Dateigröße 1.83 MB
Installationsanzahl 7,511
Aktuelle Version 0.3.2
Letztes Update 2020-01-26
Veröffentlichungsdatum 2020-01-23
Bewertung 4.75/5 Insgesamt 12 Bewertungen
Entwickler Saba
Zahlungsart free
Hilfeseite URL https://github.com/Lor-Saba/Code-Injector
Unterstützte Sprachen 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"
    }
}