Stop Normalizing Alt Right Neo-Nazi Edition
Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing
Stop Normalizing Alt Right Neo-Nazi Editionとは何ですか?
Stop Normalizing Alt Right Neo-Nazi EditionはStopNormalizingによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing」です。
拡張機能のスクリーンショット
Stop Normalizing Alt Right Neo-Nazi Edition拡張機能のCRXファイルをダウンロード
Stop Normalizing Alt Right Neo-Nazi Edition拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
By popular demand! Stop Normalizing Neo-Nazi Edition. After installing "alt-right" will change into "neo-nazi" on any website, tweet, facebook post, wikipedia article, and others. Don't buy the rebranding; reject it. NOTE: If you were using the original Stop Normalizing Chrome Extension, make sure to disable it before using the Neo-Nazi Edition.
拡張機能の基本情報
名前 | |
ID | ffbjneeahjafobcedlebkckenpkppjhj |
公式URL | https://chrome.google.com/webstore/detail/stop-normalizing-alt-righ/ffbjneeahjafobcedlebkckenpkppjhj |
説明 | Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing |
ファイルサイズ | 3.58 KB |
インストール数 | 442 |
現在のバージョン | 1.0 |
最終更新日 | 2018-07-05 |
公開日 | 2018-07-05 |
評価 | 3.82/5 合計 33 レビュー |
開発者 | StopNormalizing |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | http://www.stopnormalizing.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stop Normalizing Alt Right Neo-Nazi Edition", "version": "1.0", "description": "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https:\/\/twitter.com\/stopnormalizing", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |