Reddit DownVoter
Downvote everything on the page
Vad är Reddit DownVoter?
Reddit DownVoter är en Chrome-tillägg utvecklad av https://sites.google.com/site/redditdownvotertool, och dess huvudfunktion är "Downvote everything on the page".
Tilläggsskärmbilder
Ladda ner Reddit DownVoter-förlängningens CRX-fil
Ladda ner Reddit DownVoter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | oaaobdcikfoafpadmjngnamnoecmpppg |
| Officiell webbadress | https://chromewebstore.google.com/detail/reddit-downvoter/oaaobdcikfoafpadmjngnamnoecmpppg |
| Beskrivning | Downvote everything on the page |
| Filstorlek | 14.89 KB |
| Antal Installationer | 781 |
| Aktuell Version | 1.0.5 |
| Senast Uppdaterad | 2013-06-17 |
| Publiceringsdatum | 2013-06-17 |
| Betyg | 3.17/5 Totalt 24 Betyg |
| Utvecklare | https://sites.google.com/site/redditdownvotertool |
| Betalningssätt | free |
| Stödda Språk | 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
} | |