ABC JS-CSS Injector

A injector extension for Chrome users.

ABC JS-CSS Injector क्या है?

ABC JS-CSS Injector https://abcelearning.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A injector extension for Chrome users."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में ABC JS-CSS Injector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        The best and faster solution for script and style injection.

Executes your javascript/jquery scripts or CSS styles on specific web sites or in all domains.

ABC JS-CSS Injector executes your javascript/jquery code snippets or CSS new styles on specific web sites you defined previously or in all domains. We provide you 2 examples and an util DarkMode Manual Script in the options of this extension when this get installed, so you can learn how to use it. Scripts or styles can be executed automaticly or manually.

You can access options by clicking cog icon in popup menu, or clicking options in settings menu. Then you will be able to create as many javascript/jquery code snippets or CSS new styles you need.

Version Notes 1.3:
- Added: Multiple Domains with comma separated. Write all domains to be affected in the input with comma separated.

Version Notes 2.0:
- Added: Multiple Domains with comma separated. Write all domains to be affected in the input with comma separated.
- Fixed: Table in options with lot of domains doesn't increase its width.

Version Notes 2.1:
- Added: Manual scripts supports now multiple domain too.                    

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

नाम ABC JS-CSS Injector ABC JS-CSS Injector
ID dnoagfebjndkhkabjkkoeeijnjpmbimj
आधिकारिक URL https://chromewebstore.google.com/detail/abc-js-css-injector/dnoagfebjndkhkabjkkoeeijnjpmbimj
विवरण A injector extension for Chrome users.
फ़ाइल का आकार 1.83 MB
स्थापना संख्या 2,058
वर्तमान संस्करण 2.1
अंतिम अपडेट 2023-02-09
प्रकाशन तिथि 2021-03-04
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://abcelearning.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://abcelearning.com/
सहायता पृष्ठ URL https://www.facebook.com/ABCeLearningFB/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ABC JS-CSS Injector",
    "version": "2.1",
    "description": "A injector extension for Chrome users.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "options_page": "\/options.html",
    "background": {
        "scripts": [
            "\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "15": "\/images\/JS-CSS-Injector15x15-BG.png",
        "45": "\/images\/JS-CSS-Injector45x45-BG.png",
        "128": "\/images\/JS-CSS-Injector128x128-BG.png",
        "512": "\/images\/JS-CSS-Injector512x512-BG.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/content\/content.css"
            ],
            "js": [
                "\/content\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "ABC JS-CSS Injector",
        "default_popup": "\/popup\/popup.html"
    },
    "manifest_version": 2
}