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.”。
扩展截图
下载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 |
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" ] } |