Rick and Morty-ify Reddit Upvotes

Plays Rick and Morty audio for upvotes and downvote clicks.

Rick and Morty-ify Reddit Upvotesคืออะไร?

Rick and Morty-ify Reddit Upvotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ed และคุณลักษณะหลักของมันคือ "Plays Rick and Morty audio for upvotes and downvote clicks."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rick and Morty-ify Reddit Upvotes

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

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

                        Plays audio from the "Rick and Morty" episode "Get Schwifty" when you click the upvote/downvote button on Reddit.                    

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

ชื่อ Rick and Morty-ify Reddit Upvotes Rick and Morty-ify Reddit Upvotes
ID agemnnfdlcddlocagnalijgfahhannca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rick-and-morty-ify-reddit/agemnnfdlcddlocagnalijgfahhannca
คำอธิบาย Plays Rick and Morty audio for upvotes and downvote clicks.
ขนาดไฟล์ 28.15 KB
จำนวนการติดตั้ง 342
เวอร์ชันปัจจุบัน 1.1.0 Doofus Rick
อัปเดตครั้งล่าสุด 2016-02-07
วันที่เผยแพร่ 2016-02-07
คะแนน 4.22/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Ed
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ed-flanagan/UpvoteWhatYouGot
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rick and Morty-ify Reddit Upvotes",
    "short_name": "Boo not cool",
    "description": "Plays Rick and Morty audio for upvotes and downvote clicks.",
    "version": "1.1.0",
    "version_name": "1.1.0 Doofus Rick",
    "homepage_url": "https:\/\/github.com\/ed-flanagan\/UpvoteWhatYouGot",
    "author": "Ed Flanagan",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "offline_enabled": false,
    "permissions": [
        "http:\/\/www.reddit.com\/*",
        "https:\/\/www.reddit.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.reddit.com\/*",
                "https:\/\/www.reddit.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "vote.js"
            ]
        }
    ]
}