Reddit DownVoter
Downvote everything on the page
What is Reddit DownVoter?
Reddit DownVoter is a Chrome extension developed by https://sites.google.com/site/redditdownvotertool, and its main feature is "Downvote everything on the page".
Extension Screenshots
Download Reddit DownVoter Extension CRX File
Download Reddit DownVoter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Reddit DownVoter |
ID | oaaobdcikfoafpadmjngnamnoecmpppg |
Official URL | https://chromewebstore.google.com/detail/reddit-downvoter/oaaobdcikfoafpadmjngnamnoecmpppg |
Description | Downvote everything on the page |
File Size | 14.89 KB |
Installation Count | 781 |
Current Version | 1.0.5 |
Last Updated | 2013-06-17 |
Publish Date | 2013-06-17 |
Rating | 3.17/5 Total 24 Ratings |
Developer | https://sites.google.com/site/redditdownvotertool |
Payment Type | free |
Supported Languages | 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 } |