Javascript & Css auto injection

Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression...

Wat is Javascript & Css auto injection?

Javascript & Css auto injection is een Chrome-extensie ontwikkeld door dotpower.com, en de belangrijkste functie is "Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression...".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Javascript & Css auto injection

Download Javascript & Css auto injection-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 extension help to inject addition js/css for every webpage.
It can be use for developer to test web page.
add new functions to web page and more easy to use with injection rules.                    

Basisinformatie over de Extensie

Naam Javascript & Css auto injection Javascript & Css auto injection
ID oakjdafonfdgbgbcofjpaecngfimohno
Officiële URL https://chromewebstore.google.com/detail/javascript-css-auto-injec/oakjdafonfdgbgbcofjpaecngfimohno
Beschrijving Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression...
Bestandsgrootte 899 KB
Aantal Installaties 1,250
Huidige Versie 1.5
Laatst Bijgewerkt 2021-12-30
Publicatiedatum 2019-03-11
Beoordeling 2.85/5 Totaal 13 Beoordelingen
Ontwikkelaar dotpower.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Javascript & Css auto injection",
    "description": "Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression...",
    "version": "1.5",
    "icons": {
        "48": "icons\/icon-48.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-48.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background\/background.nocache.js"
        ]
    },
    "permissions": [
        "activeTab",
        "background",
        "storage",
        "unlimitedStorage",
        "tabs",
        "webNavigation",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}