Reddit DownVoter
Downvote everything on the page
Was ist Reddit DownVoter?
Reddit DownVoter ist eine Chrome-Erweiterung, die von https://sites.google.com/site/redditdownvotertool entwickelt wurde, und ihr Hauptmerkmal ist "Downvote everything on the page".
Erweiterungsscreenshots
Reddit DownVoter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Reddit DownVoter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | oaaobdcikfoafpadmjngnamnoecmpppg |
| Offizielle URL | https://chromewebstore.google.com/detail/reddit-downvoter/oaaobdcikfoafpadmjngnamnoecmpppg |
| Beschreibung | Downvote everything on the page |
| Dateigröße | 14.89 KB |
| Installationsanzahl | 781 |
| Aktuelle Version | 1.0.5 |
| Letztes Update | 2013-06-17 |
| Veröffentlichungsdatum | 2013-06-17 |
| Bewertung | 3.17/5 Insgesamt 24 Bewertungen |
| Entwickler | https://sites.google.com/site/redditdownvotertool |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |