CC Block

Blocks ContentClick adverts from your web browsing

CC Blockคืออะไร?

CC Block เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rob Heath และคุณลักษณะหลักของมันคือ "Blocks ContentClick adverts from your web browsing"

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

screenshot

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

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

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

                        Fed up of reading news and blogs and finding the same tired, sensationalist junk "From The Web" or as "SPONSORED LINKS" at the bottom? Sick of pay-for clickbait masquerading as real content, with titles like "Earn thousands a week easy!" and "Shops run out of popular fat burner"? CC Block removes these ContentClick adverts from webpages.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CC Block CC Block
ID jhmicakgcmhppohafgelbdgoinjmhmld
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cc-block/jhmicakgcmhppohafgelbdgoinjmhmld
คำอธิบาย Blocks ContentClick adverts from your web browsing
ขนาดไฟล์ 36.97 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2014-06-07
วันที่เผยแพร่ 2014-06-07
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Rob Heath
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CC Block",
    "description": "Blocks ContentClick adverts from your web browsing",
    "version": "1.3",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}