Page Party

The Chrome extension that turns any webpage into a party!

Apa itu Page Party?

Page Party adalah ekstensi Chrome yang dikembangkan oleh mtrexroad96, dan fitur utamanya adalah "The Chrome extension that turns any webpage into a party!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Page Party

Unduh file ekstensi Page Party dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Page Party Page Party
ID fkabcmgccfbkglnbhmllbcmndhkcaohh
URL Resmi https://chromewebstore.google.com/detail/page-party/fkabcmgccfbkglnbhmllbcmndhkcaohh
Deskripsi The Chrome extension that turns any webpage into a party!
Ukuran File 4.82 MB
Jumlah Instalasi 255
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-12-19
Tanggal Publikasi 2017-12-19
Penilaian 5.00/5 Total 2 Penilaian
Pengembang mtrexroad96
Tipe Pembayaran free
Situs Ekstensi http://pageparty.online/
Bahasa yang Didukung 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"
            ]
        }
    ]
}