Hide Reddit Username
Hide your username on reddit.com
什麼是Hide Reddit Username?
Hide Reddit Username是由Domenico Gemoli開發的Chrome擴展程式,該擴展的主要功能是“Hide your username on reddit.com”。
擴展截圖
下載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 |
ID | jldedhlbgmhphcahcjikkkiepalgnbdi |
官方網址 | 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" ] } ] } |