Twitter Real Verified

Return Twitter's legacy verification and change the verification badge from users with Twitter Blue

Twitter Real Verified란 무엇입니까?

Twitter Real Verified은(는) @luiserdef에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Return Twitter's legacy verification and change the verification badge from users with Twitter Blue"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Twitter Real Verified 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The verified icon (legacy verification) will be restored to all users who had it before the Twitter Blue changes on April 20, 2023.

Note: The data of verified accounts was taken before April 4, 2023.
Full list Provided by Travisbrown: https://gist.github.com/travisbrown/b50d6745298cccd6b1f4697e4ec22103

Also works on tweetdeck.

✅ Options
- Hide Twitter Blue badges
- Remove the verification badge from users who have Twitter Blue.
- Replace Twitter Blue badges with a clown 🤡
- Add a simple green checkmark to legacy verified accounts: Keeps the current twitter verification system and only adds a green checkmark to accounts that were previously verified.

✅ Change badge color
- Change the badge color for verified users, Twitter Blue users, and verified users who have Twitter Blue.

🤝 Do you want to contribute or have you found any bugs?
https://github.com/luiserdef/twitter-real-verified                    

확장 프로그램 기본 정보

이름 Twitter Real Verified Twitter Real Verified
ID jgpfnkhpecliocnopchaoogpmnejlghn
공식 URL https://chromewebstore.google.com/detail/twitter-real-verified/jgpfnkhpecliocnopchaoogpmnejlghn
설명 Return Twitter's legacy verification and change the verification badge from users with Twitter Blue
파일 크기 2.75 MB
설치 횟수 824
현재 버전 2.1.7
최근 업데이트 2023-11-26
출시 날짜 2023-04-07
평점 5.00/5 총 7 개의 평점
개발자 @luiserdef
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/luiserdef/twitter-real-verified
지원되는 언어 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_title__",
    "version": "2.1.7",
    "description": "__MSG_app_description__",
    "author": "@luiserdef",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "declarativeContent"
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "verifiedUserList1.js",
                "verifiedUserList2.js",
                "script.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ]
        }
    ]
}