Reddit DownVoter
Downvote everything on the page
Co to jest Reddit DownVoter?
Reddit DownVoter to rozszerzenie Chrome opracowane przez https://sites.google.com/site/redditdownvotertool, a jego główną funkcją jest „Downvote everything on the page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reddit DownVoter
Pobierz pliki rozszerzeń Reddit DownVoter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | oaaobdcikfoafpadmjngnamnoecmpppg |
| Oficjalny URL | https://chromewebstore.google.com/detail/reddit-downvoter/oaaobdcikfoafpadmjngnamnoecmpppg |
| Opis | Downvote everything on the page |
| Rozmiar pliku | 14.89 KB |
| Liczba instalacji | 781 |
| Aktualna Wersja | 1.0.5 |
| Ostatnia Aktualizacja | 2013-06-17 |
| Data Publikacji | 2013-06-17 |
| Ocena | 3.17/5 Łącznie 24 Oceny |
| Deweloper | https://sites.google.com/site/redditdownvotertool |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |