Trump-Blocker

This extension replaces Trumps face with cats

Trump-Blockerとは何ですか?

Trump-Blockerはepicurousによって開発されたChromeの拡張機能で、その主な機能は「This extension replaces Trumps face with cats」です。

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

screenshot

Trump-Blocker拡張機能のCRXファイルをダウンロード

Trump-Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Replaces Trump's face with kittens from placekitten.com

Contribute here: https://github.com/ColinTheRobot/trump-blocker                    

拡張機能の基本情報

名前 Trump-Blocker Trump-Blocker
ID cieelbcbbngpkgenpdbligghjlgamlhl
公式URL https://chromewebstore.google.com/detail/trump-blocker/cieelbcbbngpkgenpdbligghjlgamlhl
説明 This extension replaces Trumps face with cats
ファイルサイズ 7.71 KB
インストール数 52
現在のバージョン 2.0.0
最終更新日 2017-05-02
公開日 2017-05-02
評価 5.00/5 合計 1 レビュー
開発者 epicurous
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump-Blocker",
    "description": "This extension replaces Trumps face with cats",
    "version": "2.0.0",
    "browser_action": {
        "default_icon": "info.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/google.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}