Reddit DownVoter
Downvote everything on the page
Reddit DownVoterとは何ですか?
Reddit DownVoterはhttps://sites.google.com/site/redditdownvotertoolによって開発されたChromeの拡張機能で、その主な機能は「Downvote everything on the page」です。
拡張機能のスクリーンショット
Reddit DownVoter拡張機能のCRXファイルをダウンロード
Reddit DownVoter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Having a bad day? Feel like everyone is to be blamed? Maybe you feel like reddit.com's quality has gone since "back-in-the-day"?
Now you have a tool to show your dislike, down vote everything on the screen.
Just go to a page, and click the arrow to unleash your fury!
Updated to be leaner and faster!
USERSCRIPT VERSION:
http://goo.gl/vGfiC 拡張機能の基本情報
| 名前 | |
| ID | oaaobdcikfoafpadmjngnamnoecmpppg |
| 公式URL | https://chromewebstore.google.com/detail/reddit-downvoter/oaaobdcikfoafpadmjngnamnoecmpppg |
| 説明 | Downvote everything on the page |
| ファイルサイズ | 14.89 KB |
| インストール数 | 781 |
| 現在のバージョン | 1.0.5 |
| 最終更新日 | 2013-06-17 |
| 公開日 | 2013-06-17 |
| 評価 | 3.17/5 合計 24 レビュー |
| 開発者 | https://sites.google.com/site/redditdownvotertool |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Reddit DownVoter",
"version": "1.0.5",
"description": "Downvote everything on the page",
"background": {
"scripts": [
"background.js"
]
},
"page_action": {
"default_icon": "icon_19.png",
"default_title": "Downvote!"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"48": "icon_48.png",
"128": "icon_128.png"
},
"manifest_version": 2
} | |