Fallen Zuma

Impeach Zuma from the Internet

Fallen Zumaคืออะไร?

Fallen Zuma เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mitchsaid.com และคุณลักษณะหลักของมันคือ "Impeach Zuma from the Internet"

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

screenshot
screenshot

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

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

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

                        Add this Chrome extension for guaranteed Zuma-free browsing, and live in online world where Zuma has already fallen.

Note: though this extension needs permissions to read page content, absolutely no personal data is read or stored in any way.                    

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

ชื่อ Fallen Zuma Fallen Zuma
ID ehpggdllcbcbhabfpiknphnndhnniepe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fallen-zuma/ehpggdllcbcbhabfpiknphnndhnniepe
คำอธิบาย Impeach Zuma from the Internet
ขนาดไฟล์ 84.43 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2016-04-22
วันที่เผยแพร่ 2016-04-21
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://www.mitchsaid.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.mitchsaid.com/fallenzuma
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fallen Zuma",
    "description": "Impeach Zuma from the Internet",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "animate.css"
            ],
            "js": [
                "jquery-2.2.2.min.js",
                "jquery.blast.min.js",
                "wow.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}