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 Raj द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reddit Username Hider एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |