JavaScript Injector

Inject javascript in a given website.

Wat is JavaScript Injector?

JavaScript Injector is een Chrome-extensie ontwikkeld door luisnaia, en de belangrijkste functie is "Inject javascript in a given website.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie JavaScript Injector

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

                        This chrome extension has the purpose of injecting Java Script into a target URL every time that page loads.

You can inject your favourite script to extend the page functionality.

Features
- Add urls with or without regular expressions
- Keep a list of your urls and edit your js code inline
- You can turn on/off the js code when you wish
- Search trough your URLs                    

Basisinformatie over de Extensie

Naam JavaScript Injector JavaScript Injector
ID knmnopfmccchnnfdoiddbihbcboeedll
Officiële URL https://chromewebstore.google.com/detail/javascript-injector/knmnopfmccchnnfdoiddbihbcboeedll
Beschrijving Inject javascript in a given website.
Bestandsgrootte 397 KB
Aantal Installaties 5,062
Huidige Versie 1.0.4
Laatst Bijgewerkt 2014-08-21
Publicatiedatum 2014-08-21
Beoordeling 2.91/5 Totaal 33 Beoordelingen
Ontwikkelaar luisnaia
Betalingswijze free
Extensiewebsite https://github.com/darkbls/jsinjector
Help Pagina-URL https://github.com/darkbls/jsinjector
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JavaScript Injector",
    "short_name": "Js Injector",
    "description": "Inject javascript in a given website. ",
    "version": "1.0.4",
    "browser_action": {
        "default_icon": "icon72.png",
        "default_title": "Activate Js Inject rules - Click to add a new rule"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "storage",
        "webNavigation"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}