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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SageMod และคุณลักษณะหลักของมันคือ "Differentiate Between Actual Verified Accounts and Twitter Blue Users."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tweep: Distinguish b/w Blue & Verified Users

ดาวน์โหลดไฟล์ส่วนขยาย Tweep: Distinguish b/w Blue & Verified Users ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        - 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"
        }
    }
}