Un-Transcender
makes backhandedly nice articles about non-white people more accurate. by @dexdigi
什么是Un-Transcender?
Un-Transcender是由dexdigi开发的Chrome扩展程序,该扩展的主要功能是“makes backhandedly nice articles about non-white people more accurate. by @dexdigi”。
扩展截图
下载Un-Transcender扩展crx文件
下载Un-Transcender扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Changes all instances of "transcended race" to "was retroactively deemed safe by white people". Because that's usually what that phrase means.
扩展基本信息
名称 | Un-Transcender |
ID | aegcbjflheephjplfflgdgmcpipcjdmf |
官方URL | https://chromewebstore.google.com/detail/un-transcender/aegcbjflheephjplfflgdgmcpipcjdmf |
简介 | makes backhandedly nice articles about non-white people more accurate. by @dexdigi |
文件大小 | 3.85 KB |
安装次数 | 62 |
当前版本 | 0.12 |
更新时间 | 2016-06-07 |
上架时间 | 2016-06-07 |
评分 | 5.00/5 共9次评分 |
开发者 | dexdigi |
付费类型 | free |
扩展官网 | https://medium.com/@dexdigi/47649e79b3bd |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Un-Transcender", "version": "0.12", "description": "makes backhandedly nice articles about non-white people more accurate. by @dexdigi", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ] } |