Republicans: The Nazi Party
Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade.
Republicans: The Nazi Partyとは何ですか?
Republicans: The Nazi PartyはLyin' Tedによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade.」です。
Republicans: The Nazi Party拡張機能のCRXファイルをダウンロード
Republicans: The Nazi Party拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
"Excuse me, they didn't put themselves down as neo-Nazis, and you had some very bad people in that group. But you also had people that were very fine people on both sides. You had people in that group – excuse me, excuse me. I saw the same pictures as you did. You had people in that group that were there to protest the taking down, of to them, a very, very important statue and the renaming of a park from Robert E. Lee to another name." ... "Okay, what about the alt-left that came charging at us – excuse me – what about the alt-left that came charging at the, as you say, the alt right? Do they have any semblance of guilt?"
拡張機能の基本情報
名前 | |
ID | njdnedhccajgmoflgnoclcicnjidpaec |
公式URL | https://chrome.google.com/webstore/detail/republicans-the-nazi-part/njdnedhccajgmoflgnoclcicnjidpaec |
説明 | Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade. |
ファイルサイズ | 24.48 KB |
インストール数 | 19 |
現在のバージョン | 2.0 |
最終更新日 | 2017-08-16 |
公開日 | 2017-08-16 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | Lyin' Ted |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Republicans: The Nazi Party", "description": "Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade.", "version": "2.0", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |