Alt-Right Denormalizer
Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'
Alt-Right Denormalizerとは何ですか?
Alt-Right DenormalizerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'」です。
拡張機能のスクリーンショット
Alt-Right Denormalizer拡張機能のCRXファイルをダウンロード
Alt-Right Denormalizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces any appearance of the phrase 'alt-right' with 'Rebranded White Nationalism,' because this should not be normalized. I saw a few other versions of this out there, but wanted one with a more distinctive phrase. 拡張機能の基本情報
| 名前 | |
| ID | glfmlcifdhfpibfmokbcojfkbgfigeph |
| 公式URL | https://chromewebstore.google.com/detail/alt-right-denormalizer/glfmlcifdhfpibfmokbcojfkbgfigeph |
| 説明 | Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism' |
| ファイルサイズ | 3.56 KB |
| インストール数 | 657 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2016-11-17 |
| 公開日 | 2016-11-16 |
| 評価 | 4.12/5 合計 34 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Alt-Right Denormalizer",
"description": "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism' ",
"version": "1.0",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |