The Trumpinator™
Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.
The Trumpinator™とは何ですか?
The Trumpinator™はTrump-800によって開発されたChromeの拡張機能で、その主な機能は「Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.」です。
拡張機能のスクリーンショット
The Trumpinator™拡張機能のCRXファイルをダウンロード
The Trumpinator™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | dmibnnkgfdonadejjcljacffalpcaolk |
公式URL | https://chrome.google.com/webstore/detail/the-trumpinator/dmibnnkgfdonadejjcljacffalpcaolk |
説明 | Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames. |
ファイルサイズ | 13.34 KB |
インストール数 | 49 |
現在のバージョン | 1.0 |
最終更新日 | 2016-06-30 |
公開日 | 2016-06-30 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | Trump-800 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Trumpinator\u2122", "description": "Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.", "version": "1.0", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ] } |