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 |
| Eメール | [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"
}
]
} | |