Trumpify
This is your Chrome extension that replaces 'Donald Trump' with 'Alien Lizard Monster'.
Trumpifyとは何ですか?
TrumpifyはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This is your Chrome extension that replaces 'Donald Trump' with 'Alien Lizard Monster'.」です。
拡張機能のスクリーンショット
Trumpify拡張機能のCRXファイルをダウンロード
Trumpify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are you tired of reading about GOP nominee Alien Lizard Monster? Er...Donald Trump? Well, have I got the thing for you! With this amazing Google Chrome extension, you can replace every instance of "Donald Trump" on any websites you visit with "Alien Lizard Monster"!
拡張機能の基本情報
名前 | Trumpify |
ID | cjcjcdgkcablfjfbbnicgclgfkmjelpn |
公式URL | https://chromewebstore.google.com/detail/trumpify/cjcjcdgkcablfjfbbnicgclgfkmjelpn |
説明 | This is your Chrome extension that replaces 'Donald Trump' with 'Alien Lizard Monster'. |
ファイルサイズ | 3.85 KB |
インストール数 | 14 |
現在のバージョン | 1.0.1 |
最終更新日 | 2016-06-06 |
公開日 | 2016-06-06 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trumpify", "short_name": "Replace every instance of 'Donald Trump' with 'Alien Lizard Monster'", "description": "This is your Chrome extension that replaces 'Donald Trump' with 'Alien Lizard Monster'.", "version": "1.0.1", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "adjustTrumpContent.js" ], "run_at": "document_end" } ] } |