Nigel to Kitten

Replaces pictures of Nigel Farage with pictures of kittens

Nigel to Kittenとは何ですか?

Nigel to Kittenはrtharringtonによって開発されたChromeの拡張機能で、その主な機能は「Replaces pictures of Nigel Farage with pictures of kittens」です。

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

screenshot

Nigel to Kitten拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        That's pretty much all there is to say about that.                    

拡張機能の基本情報

名前 Nigel to Kitten Nigel to Kitten
ID lglfelpkikmoomoemicbmcigjcpoibhi
公式URL https://chromewebstore.google.com/detail/nigel-to-kitten/lglfelpkikmoomoemicbmcigjcpoibhi
説明 Replaces pictures of Nigel Farage with pictures of kittens
ファイルサイズ 3.65 KB
インストール数 17
現在のバージョン 1.0.0
最終更新日 2016-06-25
公開日 2016-06-24
評価 1.00/5 合計 1 レビュー
開発者 rtharrington
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nigel to Kitten",
    "short_name": "N2K",
    "version": "1.0.0",
    "description": "Replaces pictures of Nigel Farage with pictures of kittens",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "match_about_blank": true,
            "js": [
                "content_script.js"
            ],
            "all_frames": true
        }
    ]
}