Reddit Username Hider
This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately.
Reddit Username Hiderคืออะไร?
Reddit Username Hider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Raj และคุณลักษณะหลักของมันคือ "This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Username Hider
ดาวน์โหลดไฟล์ส่วนขยาย Reddit Username Hider ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
To keep people from reading your username over your should and then reading your comment history, use this extension to hide the username with an icon which shows you your username when you move your mouse over it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | odincjjomagafddcpcgjjledeinafdmk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/reddit-username-hider/odincjjomagafddcpcgjjledeinafdmk |
คำอธิบาย | This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately. |
ขนาดไฟล์ | 3.6 KB |
จำนวนการติดตั้ง | 50 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2013-11-04 |
วันที่เผยแพร่ | 2013-11-04 |
คะแนน | 3.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Raj |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Username Hider", "description": "This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately.", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/*" ], "css": [ "style.css" ] } ] } |