CSS-Block

This extension blocks CSS, which is ugly and slows the internet down,

CSS-Block क्या है?

CSS-Block Kjeld Schmidt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension blocks CSS, which is ugly and slows the internet down,"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Almost all websites send nearly useless and often dangerous css-files to their users just to add flashy visual effects to a website. Not only does the CSS-code itself use up bandwidth (700Kb with more than 6000 rules on facebook), but CSS itself can load additional resources, like fonts, images and vector graphics. It can be used to hide and obscure content.

To stop this needless madness, we've created CSS-Block. Just install it and all your worries are gone. No CSS file will ever be able to bug you again.                    

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

नाम CSS-Block CSS-Block
ID gmlafnjffcblkipjaelgjdgdpmgmjbfp
आधिकारिक URL https://chromewebstore.google.com/detail/css-block/gmlafnjffcblkipjaelgjdgdpmgmjbfp
विवरण This extension blocks CSS, which is ugly and slows the internet down,
फ़ाइल का आकार 89.78 KB
स्थापना संख्या 1,394
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2015-02-10
प्रकाशन तिथि 2015-02-09
रेटिंग 3.20/5 कुल 10 रेटिंग्स
डेवलपर Kjeld Schmidt
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSS-Block",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "This extension blocks CSS, which is ugly and slows the internet down,",
    "homepage_url": "http:\/\/www.superfluidwebdesign.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}