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によって開発されたChromeの拡張機能で、その主な機能は「This extension hides your reddit username so that anyone looking over your shoulder can't see it immediately.」です。
拡張機能のスクリーンショット
Reddit Username Hider拡張機能のCRXファイルをダウンロード
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" ] } ] } |