RealTwit - See Real Twitter Blue Checkmarks
See who's really verified on Twitter
RealTwit - See Real Twitter Blue Checkmarksคืออะไร?
RealTwit - See Real Twitter Blue Checkmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://realtwit.org และคุณลักษณะหลักของมันคือ "See who's really verified on Twitter"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RealTwit - See Real Twitter Blue Checkmarks
ดาวน์โหลดไฟล์ส่วนขยาย RealTwit - See Real Twitter Blue Checkmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
See who is actually verified and who paid on Twitter. Twitter removed legacy verification on 4/20/23 and RealTwit brings back the old experience everyone loved and trusted.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | RealTwit - See Real Twitter Blue Checkmarks |
ID | bgjdcmmlhmjkhbjbjbakljihfpeadjhl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/realtwit-see-real-twitter/bgjdcmmlhmjkhbjbjbakljihfpeadjhl |
คำอธิบาย | See who's really verified on Twitter |
ขนาดไฟล์ | 7.43 MB |
จำนวนการติดตั้ง | 164 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-04-22 |
วันที่เผยแพร่ | 2023-04-22 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://realtwit.org |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://realtwit.org/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RealTwit - See Real Twitter Blue Checkmarks", "short_name": "realTwit", "description": "See who's really verified on Twitter", "version": "1.0.0", "manifest_version": 3, "permissions": [ "storage", "background" ], "host_permissions": [ "https:\/\/*.twitter.com\/*", "https:\/\/realtwit.org\/*" ], "background": { "service_worker": "static\/js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*", "https:\/\/realtwit.org\/*" ], "css": [ "\/static\/css\/content.css" ], "js": [ "\/static\/js\/content.js" ] } ], "web_accessible_resources": [ { "resources": [ "static\/media\/*", "*" ], "matches": [ "https:\/\/*.twitter.com\/*", "https:\/\/realtwit.com\/*" ] } ], "icons": { "128": "icons\/icon_production_128.png" }, "action": { "default_popup": "popup.html" } } |