Fallen Zuma

Impeach Zuma from the Internet

Fallen Zuma là gì?

Fallen Zuma là một tiện ích mở rộng Chrome được phát triển bởi https://www.mitchsaid.com, và tính năng chính của nó là "Impeach Zuma from the Internet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fallen Zuma

Tải xuống các tệp mở rộng Fallen Zuma dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fallen Zuma Fallen Zuma
ID ehpggdllcbcbhabfpiknphnndhnniepe
URL Chính Thức https://chromewebstore.google.com/detail/fallen-zuma/ehpggdllcbcbhabfpiknphnndhnniepe
Mô tả Impeach Zuma from the Internet
Kích Thước Tệp 84.43 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-04-22
Ngày Phát Hành 2016-04-21
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://www.mitchsaid.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.mitchsaid.com/fallenzuma
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}