Rick and Morty-ify Reddit Upvotes

Plays Rick and Morty audio for upvotes and downvote clicks.

Rick and Morty-ify Reddit Upvotes là gì?

Rick and Morty-ify Reddit Upvotes là một tiện ích mở rộng Chrome được phát triển bởi Ed, và tính năng chính của nó là "Plays Rick and Morty audio for upvotes and downvote clicks.".

Tải xuống tệp CRX của tiện ích mở rộng Rick and Morty-ify Reddit Upvotes

Tải xuống các tệp mở rộng Rick and Morty-ify Reddit Upvotes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rick and Morty-ify Reddit Upvotes Rick and Morty-ify Reddit Upvotes
ID agemnnfdlcddlocagnalijgfahhannca
URL Chính Thức https://chromewebstore.google.com/detail/rick-and-morty-ify-reddit/agemnnfdlcddlocagnalijgfahhannca
Mô tả Plays Rick and Morty audio for upvotes and downvote clicks.
Kích Thước Tệp 28.15 KB
Số Lần Cài Đặt 342
Phiên Bản Hiện Tại 1.1.0 Doofus Rick
Cập Nhật Lần Cuối 2016-02-07
Ngày Phát Hành 2016-02-07
Đánh Giá 4.22/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Ed
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ed-flanagan/UpvoteWhatYouGot
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}