Reddit Username Hider
This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately.
Reddit Username Hider là gì?
Reddit Username Hider là một tiện ích mở rộng Chrome được phát triển bởi Raj, và tính năng chính của nó là "This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Reddit Username Hider
Tải xuống các tệp mở rộng Reddit Username Hider dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | odincjjomagafddcpcgjjledeinafdmk |
URL Chính Thức | https://chrome.google.com/webstore/detail/reddit-username-hider/odincjjomagafddcpcgjjledeinafdmk |
Mô tả | This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately. |
Kích Thước Tệp | 3.6 KB |
Số Lần Cài Đặt | 50 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2013-11-04 |
Ngày Phát Hành | 2013-11-04 |
Đánh Giá | 3.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Raj |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |