Clarifier
Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".
什么是Clarifier?
Clarifier是由Steve Wozniak开发的Chrome扩展程序,该扩展的主要功能是“Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist".”。
扩展截图
下载Clarifier扩展crx文件
下载Clarifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Version 1.1 update: "Donald Trump Rally" is now replaced with "Donald Trump White Power Rally". Happy election season! When activated, Clarifier ensures that when racists unintentionally type "I'm not racist", it replaces it with what they actually meant to say, "Because I'm racist"! Built by @stephanwozniak (download the Googlifier while you're at it)! Conceptualized by @tasog Contact: [email protected]
扩展基本信息
名称 | Clarifier |
ID | oiiggkakbalpaglgkjoenbbimlddnbfn |
官方URL | https://chromewebstore.google.com/detail/clarifier/oiiggkakbalpaglgkjoenbbimlddnbfn |
简介 | Bring out the honesty in the Internet! This will replace the phrase "I'm not racist" with "Because I'm racist". |
文件大小 | 46.04 KB |
安装次数 | 25 |
当前版本 | 1.1 |
更新时间 | 2016-03-29 |
上架时间 | 2016-03-28 |
评分 | 3.00/5 共3次评分 |
开发者 | Steve Wozniak |
付费类型 | free |
帮助页面URL | http://twitter.com/stephanwozniak |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clarifier", "version": "1.1", "description": "Bring out the honesty in the Internet! This will replace the phrase \"I'm not racist\" with \"Because I'm racist\".", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png" }, "author": "@stephanwozniak", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end", "js": [ "src\/jquery-1.11.3.min.js", "src\/far.js", "src\/script.js" ] } ], "permissions": [ " |