JS Injector
Allows you to store scripts and inject them in pages
Was ist JS Injector?
JS Injector ist eine Chrome-Erweiterung, die von smku1992 entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to store scripts and inject them in pages".
Erweiterungsscreenshots
JS Injector-Erweiterungs-CRX-Datei herunterladen
Laden Sie JS 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
The extension allows you to inject any javascript/css library available on www.cdnjs.com.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jnndejfmeclkfmhnpkaajaemkdjeddbb |
Offizielle URL | https://chrome.google.com/webstore/detail/js-injector/jnndejfmeclkfmhnpkaajaemkdjeddbb |
Beschreibung | Allows you to store scripts and inject them in pages |
Dateigröße | 78.59 KB |
Installationsanzahl | 188 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-07-03 |
Veröffentlichungsdatum | 2014-07-03 |
Bewertung | 3.57/5 Insgesamt 7 Bewertungen |
Entwickler | smku1992 |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |