JS URL Injector
Inject JS code from custom URL into every web frame
Wat is JS URL Injector?
JS URL Injector is een Chrome-extensie ontwikkeld door https://mm.js.org, en de belangrijkste functie is "Inject JS code from custom URL into every web frame".
Extensie Screenshots
Download het CRX-bestand van de extensie JS URL Injector
Download JS URL 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
It allows you to inject JavaScript file specified by URL to every web site. You should NOT use it, unless you know what you are doing. And the source code is on: https://github.com/1ocalhost/js_injector
Basisinformatie over de Extensie
Naam | |
ID | lenanbaimefdmgblhojehfjooimmboch |
Officiële URL | https://chromewebstore.google.com/detail/js-url-injector/lenanbaimefdmgblhojehfjooimmboch |
Beschrijving | Inject JS code from custom URL into every web frame |
Bestandsgrootte | 19.49 KB |
Aantal Installaties | 32 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2018-12-19 |
Publicatiedatum | 2018-12-15 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://mm.js.org |
Betalingswijze | free |
Extensiewebsite | https://github.com/1ocalhost/js_injector |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JS URL Injector", "version": "0.0.1", "manifest_version": 2, "description": "Inject JS code from custom URL into every web frame", "icons": { "128": "rat.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ " |