Tweep: Distinguish b/w Blue & Verified Users

Differentiate Between Actual Verified Accounts and Twitter Blue Users.

Tweep: Distinguish b/w Blue & Verified Users란 무엇입니까?

Tweep: Distinguish b/w Blue & Verified Users은(는) SageMod에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Differentiate Between Actual Verified Accounts and Twitter Blue Users."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tweep: Distinguish b/w Blue & Verified Users 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        - Differentiate between Actual Verified Accounts and Twitter Blue Users.

Tweep can help you tell apart between Twitter Blue users and Actual Verified accounts.

Request new features or found a bug? Tweet at https://twitter.com/ravensmove

Buy Me A Coffee: https://www.buymeacoffee.com/ravensmove

Love the extension? Give us a rating!

FAQ:
1. What information do you collect?
We do not collect any personal data.

Stay in touch:
Follow us on Twitter: https://twitter.com/ravensmove                    

확장 프로그램 기본 정보

이름 Tweep: Distinguish b/w Blue & Verified Users Tweep: Distinguish b/w Blue & Verified Users
ID okkffkdigahdnmlmkiimkhgbifioicgh
공식 URL https://chromewebstore.google.com/detail/tweep-distinguish-bw-blue/okkffkdigahdnmlmkiimkhgbifioicgh
설명 Differentiate Between Actual Verified Accounts and Twitter Blue Users.
파일 크기 224 KB
설치 횟수 65
현재 버전 1.0.1
최근 업데이트 2022-11-16
출시 날짜 2022-11-15
개발자 SageMod
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://ravensmove.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tweep: Distinguish b\/w Blue & Verified Users",
    "description": "Differentiate Between Actual Verified Accounts and Twitter Blue Users.",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/assets\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injectCustomScript.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Tweep: Distinguish b\/w Blue & Verified Users",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}