Javascript & Css auto injection

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

Javascript & Css auto injection क्या है?

Javascript & Css auto injection dotpower.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression..."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Javascript & Css auto injection एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Javascript & Css auto injection Javascript & Css auto injection
ID oakjdafonfdgbgbcofjpaecngfimohno
आधिकारिक URL https://chromewebstore.google.com/detail/javascript-css-auto-injec/oakjdafonfdgbgbcofjpaecngfimohno
विवरण Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression...
फ़ाइल का आकार 899 KB
स्थापना संख्या 1,250
वर्तमान संस्करण 1.5
अंतिम अपडेट 2021-12-30
प्रकाशन तिथि 2019-03-11
रेटिंग 2.85/5 कुल 13 रेटिंग्स
डेवलपर dotpower.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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:\/\/*\/*"
    ]
}