Reddit DownVoter

Downvote everything on the page

Reddit DownVoter란 무엇입니까?

Reddit DownVoter은(는) https://sites.google.com/site/redditdownvotertool에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Downvote everything on the page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Reddit DownVoter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Reddit DownVoter Reddit DownVoter
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
}