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
擴展基本資訊
名稱 | MetaBot for Twitter |
ID | cooadmmiojjmmfifkcainbnmhghfcbfi |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } ] } |