Alt-Right to Neo-Nazi
Replaces the text 'Alt-Right' with 'neo-nazi'.
Alt-Right to Neo-Naziとは何ですか?
Alt-Right to Neo-NaziはMBilokonskyによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Alt-Right' with 'neo-nazi'.」です。
拡張機能のスクリーンショット
Alt-Right to Neo-Nazi拡張機能のCRXファイルをダウンロード
Alt-Right to Neo-Nazi拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This browser extension clarifies certain ambiguities in the media coverage of the so-called 'alt-right' neo-nazi movement in the united states.
With this extension installed, the text "The Alt-Right" will become 'The Neo-Nazi movement', and the text 'Alt-Right' will simply become 'Neo-Nazi'. 拡張機能の基本情報
| 名前 | |
| ID | ncmeapahfpbjkalemlmnklpkjdlpimjh |
| 公式URL | https://chromewebstore.google.com/detail/alt-right-to-neo-nazi/ncmeapahfpbjkalemlmnklpkjdlpimjh |
| 説明 | Replaces the text 'Alt-Right' with 'neo-nazi'. |
| ファイルサイズ | 11.81 KB |
| インストール数 | 12 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2016-11-21 |
| 公開日 | 2016-11-21 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | MBilokonsky |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Alt-Right to Neo-Nazi",
"short_name": "Neo-Nazi",
"description": "Replaces the text 'Alt-Right' with 'neo-nazi'.",
"author": "Mykola Bilokonsky",
"version": "1.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"
}
]
} | |