Reddit DownVoter
Downvote everything on the page
Wat is Reddit DownVoter?
Reddit DownVoter is een Chrome-extensie ontwikkeld door https://sites.google.com/site/redditdownvotertool, en de belangrijkste functie is "Downvote everything on the page".
Extensie Screenshots
Download het CRX-bestand van de extensie Reddit DownVoter
Download Reddit DownVoter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | oaaobdcikfoafpadmjngnamnoecmpppg |
| Officiële URL | https://chromewebstore.google.com/detail/reddit-downvoter/oaaobdcikfoafpadmjngnamnoecmpppg |
| Beschrijving | Downvote everything on the page |
| Bestandsgrootte | 14.89 KB |
| Aantal Installaties | 781 |
| Huidige Versie | 1.0.5 |
| Laatst Bijgewerkt | 2013-06-17 |
| Publicatiedatum | 2013-06-17 |
| Beoordeling | 3.17/5 Totaal 24 Beoordelingen |
| Ontwikkelaar | https://sites.google.com/site/redditdownvotertool |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |