Party Parrot Party Time

Activates Maximum Party

Party Parrot Party Timeคืออะไร?

Party Parrot Party Time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joshua Toth และคุณลักษณะหลักของมันคือ "Activates Maximum Party"

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

screenshot

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

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

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

                        At the click of a button all the images on your page become Party Parrots! 


---------


Visit http://cultofthepartyparrot.com/ for more party parrot fun!

Disclaimer: 

This was made for fun and I have no association with the cultofthepartyparrot.com website.

I do not own the images contained in this content. 

I'm not liable for any damages caused by this extension. yada yada                    

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

ชื่อ Party Parrot Party Time Party Parrot Party Time
ID hbhkompcohiijecfoaohogmkpemkdnmk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/party-parrot-party-time/hbhkompcohiijecfoaohogmkpemkdnmk
คำอธิบาย Activates Maximum Party
ขนาดไฟล์ 130 KB
จำนวนการติดตั้ง 813
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2016-10-14
วันที่เผยแพร่ 2016-10-14
คะแนน 4.75/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Joshua Toth
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Party Parrot Party Time",
    "description": "Activates Maximum Party",
    "version": "1.1.1",
    "browser_action": {
        "default_icon": "parrot.png",
        "default_title": "Activate Maximum Party"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            "partyTime.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "partyTimeOnLoad.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "parrots\/*"
    ]
}