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 |
公式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 |
Eメール | [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" ] } ] } |