Code Injector
Extension for JS & style injecting into the specified website.
¿Qué es Code Injector?
Code Injector es una extensión de Chrome desarrollada por martin.suba01, y su función principal es "Extension for JS & style injecting into the specified website.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Code Injector
Descarga archivos de extensión Code Injector en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Tool for injecting custom JavaScript and CSS into website specified by domain. Uses Chrome storage sync API to store your scripts. You can create and edit your scripts in the tab UI of the extension which opens on extension icon click. There's jQuery support for JavaScript codes. Features: ✔️ injects JS and CSS code into website specified by domain match ✔️ supports jQuery v3.4.1 ✔️ tab UI for script management ✔️ simple code editor with JS/CSS text highlight
Información Básica de la Extensión
Nombre | Code Injector |
ID | mmngbmmjfjannofkffhoindghfbhcool |
URL Oficial | https://chromewebstore.google.com/detail/code-injector/mmngbmmjfjannofkffhoindghfbhcool |
Descripción | Extension for JS & style injecting into the specified website. |
Tamaño del Archivo | 110 KB |
Cantidad de Instalaciones | 1,016 |
Versión Actual | 0.0.1 |
Última Actualización | 2020-02-06 |
Fecha de Publicación | 2020-02-06 |
Calificación | 3.30/5 Total de 10 Calificaciones |
Desarrollador | martin.suba01 |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Code Injector", "description": "Extension for JS & style injecting into the specified website.", "version": "0.0.1", "author": "Martin Suba", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "64": "icons\/icon64.png" }, "default_title": "Open the Code Injector in tab" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "tabs", "storage", "activeTab", "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ " |