CSS-Block

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

Was ist CSS-Block?

CSS-Block ist eine Chrome-Erweiterung, die von Kjeld Schmidt entwickelt wurde, und ihr Hauptmerkmal ist "This extension blocks CSS, which is ugly and slows the internet down,".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

CSS-Block-Erweiterungs-CRX-Datei herunterladen

Laden Sie CSS-Block-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CSS-Block CSS-Block
ID gmlafnjffcblkipjaelgjdgdpmgmjbfp
Offizielle URL https://chromewebstore.google.com/detail/css-block/gmlafnjffcblkipjaelgjdgdpmgmjbfp
Beschreibung This extension blocks CSS, which is ugly and slows the internet down,
Dateigröße 89.78 KB
Installationsanzahl 1,394
Aktuelle Version 1.0.0
Letztes Update 2015-02-10
Veröffentlichungsdatum 2015-02-09
Bewertung 3.20/5 Insgesamt 10 Bewertungen
Entwickler Kjeld Schmidt
Zahlungsart free
Unterstützte Sprachen 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",
        ""
    ]
}