Universal Party Parrot

Now you can have Party Parrot in every subreddit!

Universal Party Parrotคืออะไร?

Universal Party Parrot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย C_IsForCookie และคุณลักษณะหลักของมันคือ "Now you can have Party Parrot in every subreddit!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Universal Party Parrot

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

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

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

Party Parrot tags will work site-wide on Reddit.

PARTY OR DIE!                    

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

ชื่อ Universal Party Parrot Universal Party Parrot
ID bjlicnjijlfodoekhjpnagodmcppabmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/universal-party-parrot/bjlicnjijlfodoekhjpnagodmcppabmc
คำอธิบาย Now you can have Party Parrot in every subreddit!
ขนาดไฟล์ 393 KB
จำนวนการติดตั้ง 197
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2016-07-19
วันที่เผยแพร่ 2016-07-19
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา C_IsForCookie
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}