MetaBot for Twitter
Highlight known Kremlin bots on Twitter.
MetaBot for Twitterとは何ですか?
MetaBot for Twitterはantibot4navalnyによって開発されたChromeの拡張機能で、その主な機能は「Highlight known Kremlin bots on Twitter.」です。
拡張機能のスクリーンショット
MetaBot for Twitter拡張機能のCRXファイルをダウンロード
MetaBot for Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replies of Twitter accounts most likely belonging to kremlin trolls are highlighted with red background.
Kremlin trolls are short for Russian orchestrated crowd of human trolls for hire: https://en.wikipedia.org/wiki/Internet_Research_Agency
Detailed evidence for inauthenticity of accounts highlighted (in Russian): https://twitter.com/antibot4navalny/status/1658713744665374722
Donations welcome at:
- BTC: 12MoEGwmEaQUWPK1GHJvrypYGKwxiPREKP
- ETH: 0x96e25dc68a0379300e1142a7351e546d170671f6 拡張機能の基本情報
| 名前 | |
| ID | cooadmmiojjmmfifkcainbnmhghfcbfi |
| 公式URL | https://chromewebstore.google.com/detail/metabot-for-twitter/cooadmmiojjmmfifkcainbnmhghfcbfi |
| 説明 | Highlight known Kremlin bots on Twitter. |
| ファイルサイズ | 9.66 KB |
| インストール数 | 3,981 |
| 現在のバージョン | 0.7.17 |
| 最終更新日 | 2023-09-12 |
| 公開日 | 2020-02-12 |
| 評価 | 3.91/5 合計 33 レビュー |
| 開発者 | antibot4navalny |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://twitter.com/antibot4navalny |
| ヘルプページのURL | https://github.com/antibot4navalny/metabot |
| プライバシーポリシーページのURL | https://raw.githubusercontent.com/antibot4navalny/metabot/master/store_listing/Chrome_Privacy_Policy.txt |
| 対応言語 | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "MetaBot for Twitter",
"version": "0.7.17",
"description": "Highlight known Kremlin bots on Twitter.",
"author": "antibot4navalny",
"content_scripts": [
{
"matches": [
"https:\/\/*.twitter.com\/*"
],
"js": [
"metabot.js"
],
"run_at": "document_idle"
}
],
"host_permissions": [
"https:\/\/api.github.com\/"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"storage",
"alarms"
],
"web_accessible_resources": [
{
"resources": [
"assets\/labels.json",
"common_impex.js"
],
"matches": [
"https:\/\/*.twitter.com\/*"
]
}
]
} | |