Far right autocorrect
Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson'
什么是Far right autocorrect?
Far right autocorrect是由Hope Not Hate开发的Chrome扩展程序,该扩展的主要功能是“Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson'”。
扩展截图
下载Far right autocorrect扩展crx文件
下载Far right autocorrect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | ijcncnkkgpejabaihalgfifonmbailld |
| 官方URL | https://chromewebstore.google.com/detail/far-right-autocorrect/ijcncnkkgpejabaihalgfifonmbailld |
| 简介 | Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson' |
| 文件大小 | 29.04 KB |
| 安装次数 | 72 |
| 当前版本 | 1.2 |
| 更新时间 | 2018-06-01 |
| 上架时间 | 2018-06-01 |
| 评分 | 3.00/5 共6次评分 |
| 开发者 | Hope Not Hate |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.hopenothate.org.uk/ |
| 隐私政策页面URL | https://www.hopenothate.org.uk/privacy |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Far right autocorrect",
"description": "Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson'",
"version": "1.2",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |