Reddit Moon Rocket (Animated Upvote)

Your upvotes go to the moon! Wow!

Reddit Moon Rocket (Animated Upvote)คืออะไร?

Reddit Moon Rocket (Animated Upvote) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย @Lorin และคุณลักษณะหลักของมันคือ "Your upvotes go to the moon! Wow!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Moon Rocket (Animated Upvote)

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

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

                        Animates your upvote, simple enough. No cruft. Inspired by /r/dogecoin

Demo: http://i.imgur.com/ObkF55d.gif

11/3/07 - This doge forgot that most of the internet uses HTTPS, the extension works again! Woohoo!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Reddit Moon Rocket (Animated Upvote) Reddit Moon Rocket (Animated Upvote)
ID bfmokmlmgdokocinklijembgmddagncf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bfmokmlmgdokocinklijembgmddagncf
คำอธิบาย Your upvotes go to the moon! Wow!
ขนาดไฟล์ 58.98 KB
จำนวนการติดตั้ง 75
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2017-03-11
วันที่เผยแพร่ 2017-03-11
คะแนน 4.95/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา @Lorin
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Moon Rocket (Animated Upvote)",
    "version": "0.0.2",
    "description": "Your upvotes go to the moon! Wow!",
    "homepage_url": "http:\/\/lorinhalpert.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*",
                "http:\/\/www.reddit.com\/*"
            ],
            "css": [
                "inject.css"
            ]
        }
    ]
}