Fallen Zuma

Impeach Zuma from the Internet

Fallen Zumaとは何ですか?

Fallen Zumaはhttps://www.mitchsaid.comによって開発されたChromeの拡張機能で、その主な機能は「Impeach Zuma from the Internet」です。

拡張機能のスクリーンショット

screenshot
screenshot

Fallen Zuma拡張機能のCRXファイルをダウンロード

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"
    }
}