隐藏知乎私信红色角标
As the name indicates, I hide the red message badge on Zhihu.com
隐藏知乎私信红色角标คืออะไร?
隐藏知乎私信红色角标 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "As the name indicates, I hide the red message badge on Zhihu.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 隐藏知乎私信红色角标
ดาวน์โหลดไฟล์ส่วนขยาย 隐藏知乎私信红色角标 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
作为一个普通知乎网页读者,我从不跟人吵架,也不靠知乎交朋友。 但是我还是总收到私信,都是知乎的广告! 愤怒的我只得写个小扩展,把丫屏蔽了,换个耳根清静。 对了我顺便还把标题里的 “X封私信” 文案移除了。 这个扩展只有3行代码,且开源,保证安全。请放心使用。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 隐藏知乎私信红色角标 |
ID | hlllfdochodipcnajoginfplhnanajma |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/%E9%9A%90%E8%97%8F%E7%9F%A5%E4%B9%8E%E7%A7%81%E4%BF%A1%E7%BA%A2%E8%89%B2%E8%A7%92%E6%A0%87/hlllfdochodipcnajoginfplhnanajma |
คำอธิบาย | As the name indicates, I hide the red message badge on Zhihu.com |
ขนาดไฟล์ | 15.94 KB |
จำนวนการติดตั้ง | 60 |
เวอร์ชันปัจจุบัน | 0.1.3 |
อัปเดตครั้งล่าสุด | 2020-05-30 |
วันที่เผยแพร่ | 2020-05-30 |
คะแนน | 4.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/EonYang/HideZhihuMessageBadge |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u9690\u85cf\u77e5\u4e4e\u79c1\u4fe1\u7ea2\u8272\u89d2\u6807", "version": "0.1.3", "description": "As the name indicates, I hide the red message badge on Zhihu.com", "content_scripts": [ { "js": [ "index.js" ], "css": [ "styles.css" ], "matches": [ "https:\/\/*.zhihu.com\/*" ] } ], "icons": { "16": "icons\/[email protected]", "32": "icons\/[email protected]", "48": "icons\/[email protected]", "128": "icons\/[email protected]" } } |