Douche and Turd
Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.
Douche and Turdとは何ですか?
Douche and TurdはMatthew Hynesによって開発されたChromeの拡張機能で、その主な機能は「Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.」です。
拡張機能のスクリーンショット
Douche and Turd拡張機能のCRXファイルをダウンロード
Douche and Turd拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension replaces the 2016 Presidential candidate's names with something more fitting. That's about it. (No copyright infringement intended - all images property of Comedy Central. I have no idea if this disclaimer is sufficient to cover my ass, but it seems like something I should put here.)
拡張機能の基本情報
名前 | Douche and Turd |
ID | lbldenckphkphkiglelkdmioihlfghle |
公式URL | https://chromewebstore.google.com/detail/douche-and-turd/lbldenckphkphkiglelkdmioihlfghle |
説明 | Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'. |
ファイルサイズ | 32.48 KB |
インストール数 | 34 |
現在のバージョン | 1.2 |
最終更新日 | 2016-09-28 |
公開日 | 2016-09-28 |
評価 | 5.00/5 合計 12 レビュー |
開発者 | Matthew Hynes |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Douche and Turd", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "description": "Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.", "version": "1.2", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |