Hide My Reddit Username

Avoid prying eyes and hide your reddit username until you hover over it.

Hide My Reddit Usernameとは何ですか?

Hide My Reddit UsernameはCJS Softwareによって開発されたChromeの拡張機能で、その主な機能は「Avoid prying eyes and hide your reddit username until you hover over it.」です。

拡張機能のスクリーンショット

screenshot

Hide My Reddit Username拡張機能のCRXファイルをダウンロード

Hide My Reddit Username拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Made with love, for /r/beta.

Hides your Reddit username from the top right corner, until you hover over it. Avoid prying eyes from knowing your Reddit username.                    

拡張機能の基本情報

名前 Hide My Reddit Username Hide My Reddit Username
ID hfabnjlohiidlkneecgnhimcfpkaclff
公式URL https://chromewebstore.google.com/detail/hide-my-reddit-username/hfabnjlohiidlkneecgnhimcfpkaclff
説明 Avoid prying eyes and hide your reddit username until you hover over it.
ファイルサイズ 16.63 KB
インストール数 368
現在のバージョン 1.00
最終更新日 2018-05-28
公開日 2018-05-28
評価 4.00/5 合計 2 レビュー
開発者 CJS Software
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide My Reddit Username",
    "version": "1.00",
    "manifest_version": 2,
    "description": "Avoid prying eyes and hide your reddit username until you hover over it.",
    "icons": {
        "128": "spin-big.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab"
    ]
}