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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}