Fark Nag Eliminator

Disable fark.com's Adblock notification nag! By SysOp.

Fark Nag Eliminatorคืออะไร?

Fark Nag Eliminator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mudmin และคุณลักษณะหลักของมันคือ "Disable fark.com's Adblock notification nag! By SysOp."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fark Nag Eliminator

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

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

                        If you love Fark.com and use an ad-blocking software, this simple extension gets rid of Fark's annoying "Fark feeds our squirrel with revenue from ads, please whitelist us in adblock/noscript/your-ad-blocker-of-choice! (Read more) Or please consider joining TotalFark" message.                    

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

ชื่อ Fark Nag Eliminator Fark Nag Eliminator
ID oefeinhipbdjeemidefnpdlmcjhgahge
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fark-nag-eliminator/oefeinhipbdjeemidefnpdlmcjhgahge
คำอธิบาย Disable fark.com's Adblock notification nag! By SysOp.
ขนาดไฟล์ 329 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2014-09-21
วันที่เผยแพร่ 2014-09-21
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา mudmin
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fark Nag Eliminator",
    "version": "1.3.1",
    "description": "Disable fark.com's Adblock notification nag! By SysOp.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.fark.com\/*",
                "https:\/\/*.fark.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}