Hide View Count
This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.
Hide View Countคืออะไร?
Hide View Count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ろぼいん และคุณลักษณะหลักของมันคือ "This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide View Count
ดาวน์โหลดไฟล์ส่วนขยาย Hide View Count ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster. It won't allow the View Count to be displayed for even a second! This is an extension to "not **see** the number of impressions". It cannot be used to "not **show** the number of impressions". ## What you can do - Hide the number of impressions of your tweets and others' tweets on your browser ## What you cannot do - Hide the number of impressions of your Tweets from others - Using a client other than the official web version of the Twitter client
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hide View Count |
ID | mmefeobjcchickbjelledfhagoddcklp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hide-view-count/mmefeobjcchickbjelledfhagoddcklp |
คำอธิบาย | This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster. |
ขนาดไฟล์ | 961 KB |
จำนวนการติดตั้ง | 2,909 |
เวอร์ชันปัจจุบัน | 1.5.0 |
อัปเดตครั้งล่าสุด | 2023-02-26 |
วันที่เผยแพร่ | 2022-12-23 |
คะแนน | 4.96/5 รวมทั้งหมด 28 คะแนน |
ผู้พัฒนา | ろぼいん |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Robot-Inventor/hide-impression |
URL หน้าช่วยเหลือ | https://github.com/Robot-Inventor/hide-impression |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide View Count", "short_name": "HideViewCount", "version": "1.5.0", "description": "__MSG_manifest_description__", "icons": { "16": "image\/icon16.png", "48": "image\/icon48.png", "128": "image\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*", "https:\/\/tweetdeck.twitter.com\/*" ], "js": [ "index.js" ] } ], "default_locale": "en" } |