Poketrump
Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.
Poketrumpとは何ですか?
PoketrumpはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.」です。
拡張機能のスクリーンショット
Poketrump拡張機能のCRXファイルをダウンロード
Poketrump拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This changes Donald Trump's name to the name of a Pokemon chosen at random on page load. Because I like Pokémon and it makes reading the news easier. All Pokémon are copyright of their owners (the Pokémon Company, GameFreak, Nintendo, etc.) I believe that as a non-commercial work of fan art this complies with fair use. (Please no one sue me.)
拡張機能の基本情報
名前 | Poketrump |
ID | pbcegjochobeogpdlbkokdehmoeafdlb |
公式URL | https://chromewebstore.google.com/detail/poketrump/pbcegjochobeogpdlbkokdehmoeafdlb |
説明 | Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use. |
ファイルサイズ | 7.79 KB |
インストール数 | 80 |
現在のバージョン | 0.1 |
最終更新日 | 2016-04-09 |
公開日 | 2016-04-09 |
評価 | 4.38/5 合計 13 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Poketrump", "description": "Changes any mention of Donald Trump to the name of a random Pok\u00e9mon. Not for commercial use.", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |