Trumpinator 3000
Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
Trumpinator 3000とは何ですか?
Trumpinator 3000はboomeasyによって開発されたChromeの拡張機能で、その主な機能は「Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!」です。
拡張機能のスクリーンショット
Trumpinator 3000拡張機能のCRXファイルをダウンロード
Trumpinator 3000拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Make the web great again! Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again! inspired by trumpweb with additional quotes and some bug fixes.
拡張機能の基本情報
名前 | Trumpinator 3000 |
ID | khfhhpmllkcdelbmpilggheoeopjhdmk |
公式URL | https://chromewebstore.google.com/detail/trumpinator-3000/khfhhpmllkcdelbmpilggheoeopjhdmk |
説明 | Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again! |
ファイルサイズ | 61.52 KB |
インストール数 | 21 |
現在のバージョン | 0.1.2 |
最終更新日 | 2016-01-24 |
公開日 | 2016-01-23 |
開発者 | boomeasy |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://twitter.com/trumpinator3000 |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trumpinator 3000", "version": "0.1.2", "description": "Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!", "icons": { "16": "16x16_crop_trumper.png", "48": "48x48_crop_trumper.png", "128": "128x128_crop_trumper.png" }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |