Page Party

The Chrome extension that turns any webpage into a party!

ما هو Page Party؟

Page Party هو إضافة Chrome تم تطويرها بواسطة mtrexroad96، والميزة الرئيسية لها هي "The Chrome extension that turns any webpage into a party!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Page Party

قم بتنزيل ملفات الامتداد Page Party بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This Chrome extension overlays any webpage with confetti and flashing lights! Pair it with music of your choice and every page will become a party!                    

معلومات أساسية عن التمديد

الاسم Page Party Page Party
ID fkabcmgccfbkglnbhmllbcmndhkcaohh
عنوان URL الرسمي https://chromewebstore.google.com/detail/page-party/fkabcmgccfbkglnbhmllbcmndhkcaohh
الوصف The Chrome extension that turns any webpage into a party!
حجم الملف 4.82 MB
عدد التثبيتات 255
النسخة الحالية 1.0
آخر تحديث 2017-12-19
تاريخ النشر 2017-12-19
تقييم 5.00/5 مجموع تقييمات 2
المطور mtrexroad96
نوع الدفع free
موقع الإضافة http://pageparty.online/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Page Party",
    "description": "The Chrome extension that turns any webpage into a party!",
    "web_accessible_resources": [
        "pp.gif"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "preload.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "obfuscate.js"
            ]
        }
    ]
}