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.
擴展基本資訊
名稱 | Alt-Right Denormalizer |
ID | glfmlcifdhfpibfmokbcojfkbgfigeph |
官方網址 | 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" } ] } |