Hide Blue Checks
Hide tweets from accounts with blue checkmarks.
Hide Blue Checksคืออะไร?
Hide Blue Checks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ian Webster และคุณลักษณะหลักของมันคือ "Hide tweets from accounts with blue checkmarks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide Blue Checks
ดาวน์โหลดไฟล์ส่วนขยาย Hide Blue Checks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension hides tweets from accounts with Blue "Verified" Checkmarks.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hide Blue Checks |
ID | ahghnnmomjbgbfmmeiafbilhjlloaooc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hide-blue-checks/ahghnnmomjbgbfmmeiafbilhjlloaooc |
คำอธิบาย | Hide tweets from accounts with blue checkmarks. |
ขนาดไฟล์ | 17.17 KB |
จำนวนการติดตั้ง | 121 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2022-11-10 |
วันที่เผยแพร่ | 2022-11-07 |
คะแนน | 4.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Ian Webster |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/typpo/hide-blue-checks |
URL หน้าช่วยเหลือ | https://github.com/typpo/hide-blue-checks/issues/new |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Blue Checks", "version": "0.0.1", "description": "Hide tweets from accounts with blue checkmarks.", "homepage_url": "https:\/\/github.com\/typpo\/hide-blue-checks", "manifest_version": 3, "minimum_chrome_version": "100", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "100.0" } }, "icons": { "128": "icon.3998fbaf.png" }, "permissions": [], "host_permissions": [ "https:\/\/twitter.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "content.b1d20040.js" ], "run_at": "document_end", "css": [] } ] } |