Reply and Upvote for Reddit

Default upvote a reddit post or submission if you reply.

Reply and Upvote for Reddit란 무엇입니까?

Reply and Upvote for Reddit은(는) Derek Story에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Default upvote a reddit post or submission if you reply."입니다.

확장 프로그램 스크린샷

screenshot

Reply and Upvote for Reddit 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Reply and Upvote for Reddit is an easy way to make sure you upvote a thread or parent comment when you contribute to it. This is useful for things like /r/askreddit where you probably would like the thread to get upvoted so your comment has a a chance of getting seen by the masses. Karma!  \m/

Many, like myself, forget to upvote a thread when I'm busy thinking about my reply to it. This extension will provide a checkbox (defaulted to be checked) next to the reply "save" button that reads "Upvote Thread" if you are contributing a direct reply to the thread, or it will say "Upvote Reply" if you are replying to another reply. Simply leave it and reply and you will upvote the thread or parent comment. However, maybe you think the thread/parent comment is stupid and you're commenting to say that. Just uncheck it you Debby Downer. 

--------------------------

Like this extension? Donations are appreciated at: 

http://bit.ly/1lV6EXs

--------------------------

contact: 
[email protected]
http://derekstory.com                    

확장 프로그램 기본 정보

이름 Reply and Upvote for Reddit Reply and Upvote for Reddit
ID njgjhlnpcklgfpodinpnoiifjfnmadac
공식 URL https://chromewebstore.google.com/detail/reply-and-upvote-for-redd/njgjhlnpcklgfpodinpnoiifjfnmadac
설명 Default upvote a reddit post or submission if you reply.
파일 크기 238 KB
설치 횟수 48
현재 버전 2.2
최근 업데이트 2016-07-06
출시 날짜 2016-07-05
평점 5.00/5 총 2 개의 평점
개발자 Derek Story
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reply and Upvote for Reddit",
    "description": "Default upvote a reddit post or submission if you reply.",
    "version": "2.2",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "jquery.js",
                "reddit_upvote.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}