Reddit Hide Votes
Hide vote counts
Reddit Hide Votesとは何ですか?
Reddit Hide Votesはhttps://deejdesigns.comによって開発されたChromeの拡張機能で、その主な機能は「Hide vote counts」です。
Reddit Hide Votes拡張機能のCRXファイルをダウンロード
Reddit Hide Votes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hide vote counts on reddit. 拡張機能の基本情報
| 名前 | |
| ID | nmcaldfaheeenocpfcejfgbhlbpahmhe |
| 公式URL | https://chromewebstore.google.com/detail/reddit-hide-votes/nmcaldfaheeenocpfcejfgbhlbpahmhe |
| 説明 | Hide vote counts |
| ファイルサイズ | 96.7 KB |
| インストール数 | 41 |
| 現在のバージョン | 0.0.12 |
| 最終更新日 | 2017-01-15 |
| 公開日 | 2017-01-15 |
| 評価 | 3.25/5 合計 12 レビュー |
| 開発者 | https://deejdesigns.com |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Reddit Hide Votes",
"description": "Hide vote counts",
"version": "0.0.12",
"author": "DeejDesigns.com",
"web_accessible_resources": [
"\/scripts\/jquery-1.10.1.min.map"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.reddit.com\/*"
],
"js": [
"\/scripts\/jquery.js",
"\/scripts\/script.js"
],
"css": [
"\/styles\/style.css"
],
"run_at": "document_start"
}
],
"icons": {
"128": "icon.png"
}
} | |