MetaBot for Twitter

Highlight known Kremlin bots on Twitter.

MetaBot for Twitter란 무엇입니까?

MetaBot for Twitter은(는) antibot4navalny에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlight known Kremlin bots on Twitter."입니다.

확장 프로그램 스크린샷

screenshot

MetaBot for Twitter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 MetaBot for Twitter
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
이메일 [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\/*"
            ]
        }
    ]
}