Trump to Kitten
Replaces pictures of Trump with pictures of kittens
Trump to Kittenとは何ですか?
Trump to Kittenはrtharringtonによって開発されたChromeの拡張機能で、その主な機能は「Replaces pictures of Trump with pictures of kittens」です。
拡張機能のスクリーンショット
Trump to Kitten拡張機能のCRXファイルをダウンロード
Trump to Kitten拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A Donald-oriented version of Stop Tony Meow, which turned the former prime minister of Australia, Tony Abbott, into kittens.
拡張機能の基本情報
名前 | Trump to Kitten |
ID | beomfpdbplioicfnipbchephbgfbpbmg |
公式URL | https://chromewebstore.google.com/detail/trump-to-kitten/beomfpdbplioicfnipbchephbgfbpbmg |
説明 | Replaces pictures of Trump with pictures of kittens |
ファイルサイズ | 34.05 KB |
インストール数 | 224 |
現在のバージョン | 1.0.1 |
最終更新日 | 2016-10-19 |
公開日 | 2016-10-18 |
評価 | 3.78/5 合計 9 レビュー |
開発者 | rtharrington |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump to Kitten", "short_name": "T2K", "version": "1.0.1", "description": "Replaces pictures of Trump with pictures of kittens", "icons": { "48": "icons\/ttk-48.png", "96": "icons\/ttk-96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "match_about_blank": true, "js": [ "content_script.js" ], "all_frames": true } ] } |