JS Injector

Allows you to store scripts and inject them in pages

Wat is JS Injector?

JS Injector is een Chrome-extensie ontwikkeld door smku1992, en de belangrijkste functie is "Allows you to store scripts and inject them in pages".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie JS Injector

Download JS 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

                        The extension allows you to inject any javascript/css library available on www.cdnjs.com.                    

Basisinformatie over de Extensie

Naam JS Injector JS Injector
ID jnndejfmeclkfmhnpkaajaemkdjeddbb
Officiële URL https://chrome.google.com/webstore/detail/js-injector/jnndejfmeclkfmhnpkaajaemkdjeddbb
Beschrijving Allows you to store scripts and inject them in pages
Bestandsgrootte 78.59 KB
Aantal Installaties 188
Huidige Versie 1.0
Laatst Bijgewerkt 2014-07-03
Publicatiedatum 2014-07-03
Beoordeling 3.57/5 Totaal 7 Beoordelingen
Ontwikkelaar smku1992
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JS Injector",
    "description": "Allows you to store scripts and inject them in pages",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": ".\/images\/icon.png",
        "default_popup": "popup.html"
    }
}