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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Derek Story และคุณลักษณะหลักของมันคือ "Default upvote a reddit post or submission if you reply."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reply and Upvote for Reddit

ดาวน์โหลดไฟล์ส่วนขยาย Reply and Upvote for Reddit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        ]
    }
}