CSS-Block

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

CSS-Blockคืออะไร?

CSS-Block เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kjeld Schmidt และคุณลักษณะหลักของมันคือ "This extension blocks CSS, which is ugly and slows the internet down,"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSS-Block

ดาวน์โหลดไฟล์ส่วนขยาย CSS-Block ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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",
        ""
    ]
}