Hide Reddit Username

Hide your username on reddit.com

什么是Hide Reddit Username?

Hide Reddit Username是由Domenico Gemoli开发的Chrome扩展程序,该扩展的主要功能是“Hide your username on reddit.com”。

扩展截图

screenshot

下载Hide Reddit Username扩展crx文件

下载Hide Reddit Username扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Hide your username on reddit.com. 

For any issues please visit the github page:
https://github.com/aberonni/HideRedditUsername                    

扩展基本信息

名称 Hide Reddit Username Hide Reddit Username
ID jldedhlbgmhphcahcjikkkiepalgnbdi
官方URL https://chrome.google.com/webstore/detail/hide-reddit-username/jldedhlbgmhphcahcjikkkiepalgnbdi
简介 Hide your username on reddit.com
文件大小 6.82 KB
安装次数 97
当前版本 1.0.1
更新时间 2017-02-23
上架时间 2017-02-23
开发者 Domenico Gemoli
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/aberonni/HideRedditUsername
帮助页面URL https://github.com/aberonni/HideRedditUsername/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Reddit Username",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Hide your username on reddit.com",
    "homepage_url": "https:\/\/github.com\/aberonni\/HideRedditUsername",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "css": [
                "inject.css"
            ]
        }
    ]
}