AdFly countdown remover

An extension that removes the AdFly countdown.

AdFly countdown removerคืออะไร?

AdFly countdown remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย atlazor และคุณลักษณะหลักของมันคือ "An extension that removes the AdFly countdown."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AdFly countdown remover

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

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

                                            

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

ชื่อ AdFly countdown remover AdFly countdown remover
ID bnkfkjdohjnkeilfmkniaieojiingggf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/adfly-countdown-remover/bnkfkjdohjnkeilfmkniaieojiingggf
คำอธิบาย An extension that removes the AdFly countdown.
ขนาดไฟล์ 71.6 KB
จำนวนการติดตั้ง 699
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2012-04-17
วันที่เผยแพร่ 2012-04-17
คะแนน 1.45/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา atlazor
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdFly countdown remover",
    "description": "An extension that removes the AdFly countdown.",
    "icons": {
        "48": "icon48.png",
        "128": "icon.png"
    },
    "version": "1.1",
    "permissions": [
        "http:\/\/adf.ly\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/adf.ly\/*"
            ],
            "js": [
                "remove.js"
            ]
        }
    ],
    "manifest_version": 2
}