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 |
| 官方網址 | 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"
}
]
} | |