Universal Party Parrot

Now you can have Party Parrot in every subreddit!

Universal Party Parrot là gì?

Universal Party Parrot là một tiện ích mở rộng Chrome được phát triển bởi C_IsForCookie, và tính năng chính của nó là "Now you can have Party Parrot in every subreddit!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Universal Party Parrot

Tải xuống các tệp mở rộng Universal Party Parrot 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

                        Inspired by Sirocco, Now you can have Party Parrot in every subreddit!

Party Parrot tags will work site-wide on Reddit.

PARTY OR DIE!                    

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

Tên Universal Party Parrot Universal Party Parrot
ID bjlicnjijlfodoekhjpnagodmcppabmc
URL Chính Thức https://chromewebstore.google.com/detail/universal-party-parrot/bjlicnjijlfodoekhjpnagodmcppabmc
Mô tả Now you can have Party Parrot in every subreddit!
Kích Thước Tệp 393 KB
Số Lần Cài Đặt 197
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2016-07-19
Ngày Phát Hành 2016-07-19
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển C_IsForCookie
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Universal Party Parrot",
    "short_name": "Party Parrot",
    "version": "0.0.3",
    "description": "Now you can have Party Parrot in every subreddit!",
    "icons": {
        "16": "parrot16.png",
        "48": "parrot48.png",
        "128": "parrot128.png"
    },
    "browser_action": {
        "default_icon": "parrot48.png",
        "default_popup": "parrot.html"
    },
    "permissions": [
        "https:\/\/*.reddit.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.reddit.com\/*"
            ],
            "js": [
                "jquery-3.0.0.js",
                "parrot.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*.gif"
    ]
}