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."입니다.

확장 프로그램 스크린샷

screenshot

Reddit Username Hider 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 Reddit Username Hider Reddit Username Hider
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"
            ]
        }
    ]
}