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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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"
            ]
        }
    ]
}