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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |