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
官方網址 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"
    ]
}