The Church of Social Justice
Replaces every occurrence of certain key phrases for a more honest user experience
什么是The Church of Social Justice?
The Church of Social Justice是由Lo Ping开发的Chrome扩展程序,该扩展的主要功能是“Replaces every occurrence of certain key phrases for a more honest user experience”。
扩展截图
下载The Church of Social Justice扩展crx文件
下载The Church of Social Justice扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces every occurrence of certain key phrases for a more authentic and honest user experience. 扩展基本信息
| 名称 | |
| ID | mjmedjkamfhiiafaekaemicbofipfpnd |
| 官方URL | https://chromewebstore.google.com/detail/the-church-of-social-just/mjmedjkamfhiiafaekaemicbofipfpnd |
| 简介 | Replaces every occurrence of certain key phrases for a more honest user experience |
| 文件大小 | 3.79 KB |
| 安装次数 | 36 |
| 当前版本 | 1.52 |
| 更新时间 | 2016-12-07 |
| 上架时间 | 2016-12-06 |
| 评分 | 4.83/5 共6次评分 |
| 开发者 | Lo Ping |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "The Church of Social Justice",
"description": "Replaces every occurrence of certain key phrases for a more honest user experience",
"version": "1.52",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |