Reddit DownVoter
Downvote everything on the page
Что такое Reddit DownVoter?
Reddit DownVoter - это расширение Chrome, разработанное https://sites.google.com/site/redditdownvotertool, и его основная функция - "Downvote everything on the page".
Снимки экрана расширения
Скачать файл CRX расширения Reddit DownVoter
Скачайте файлы расширений Reddit DownVoter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | oaaobdcikfoafpadmjngnamnoecmpppg |
| Официальный URL | https://chromewebstore.google.com/detail/reddit-downvoter/oaaobdcikfoafpadmjngnamnoecmpppg |
| Описание | Downvote everything on the page |
| Размер файла | 14.89 KB |
| Количество установок | 781 |
| Текущая Версия | 1.0.5 |
| Последнее Обновление | 2013-06-17 |
| Дата публикации | 2013-06-17 |
| Рейтинг | 3.17/5 Всего 24 оценок |
| Разработчик | https://sites.google.com/site/redditdownvotertool |
| Тип оплаты | free |
| Поддерживаемые языки | 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
} | |