CSS inject

Very simple chrome extension to inject CSS into websites

CSS inject क्या है?

CSS inject NGC Corp. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Very simple chrome extension to inject CSS into websites"।

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

screenshot

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

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

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

                        * synced between devices
* no ads
* no tracking
* open source                    

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

नाम CSS inject CSS inject
ID faibaacflblbomlgemniiegenfkjhopj
आधिकारिक URL https://chromewebstore.google.com/detail/css-inject/faibaacflblbomlgemniiegenfkjhopj
विवरण Very simple chrome extension to inject CSS into websites
फ़ाइल का आकार 7.88 KB
स्थापना संख्या 44
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-03-26
प्रकाशन तिथि 2021-03-26
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर NGC Corp.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ngc-corp/browser-extension-css-inject
सहायता पृष्ठ URL https://github.com/ngc-corp/browser-extension-css-inject/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSS inject",
    "version": "1.0.0",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "CSS inject",
        "default_popup": "popup.html"
    },
    "description": "Very simple chrome extension to inject CSS into websites",
    "author": "NCG Corp. ",
    "homepage_url": "https:\/\/github.com\/ngc-corp\/browser-extension-css-inject",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "offline_enabled": true
}