Monkey King Ad Blocker

Monkey King Ad Blocker

Monkey King Ad Blockerคืออะไร?

Monkey King Ad Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cbsarge และคุณลักษณะหลักของมันคือ "Monkey King Ad Blocker"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Monkey King Ad Blocker

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

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

                        The Monkey King Ad Blocker lets you play the game on the Facebook site without the pesky side column taking up any valuable real estate.                    

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

ชื่อ Monkey King Ad Blocker Monkey King Ad Blocker
ID jihmdbhlhnopimdagdnnfmndfegklepl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/monkey-king-ad-blocker/jihmdbhlhnopimdagdnnfmndfegklepl
คำอธิบาย Monkey King Ad Blocker
ขนาดไฟล์ 99.78 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2014-10-14
วันที่เผยแพร่ 2014-10-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา cbsarge
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Monkey King Ad Blocker",
    "version": "1.2",
    "description": "Monkey King Ad Blocker",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "fire-icon-48.png",
        "default_popup": "popup.html",
        "default_title": "Monkey King Ad Blocker is ACTIVE!"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "zpar.js"
            ],
            "all_frames": true,
            "css": [
                "zpar.css"
            ]
        }
    ],
    "icons": {
        "128": "fire-icon-128.png"
    },
    "manifest_version": 2
}