Page Party

The Chrome extension that turns any webpage into a party!

What is Page Party?

Page Party is a Chrome extension developed by mtrexroad96, and its main feature is "The Chrome extension that turns any webpage into a party!".

Extension Screenshots

screenshot

Download Page Party Extension CRX File

Download Page Party extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Page Party Page Party
ID fkabcmgccfbkglnbhmllbcmndhkcaohh
Official URL https://chromewebstore.google.com/detail/page-party/fkabcmgccfbkglnbhmllbcmndhkcaohh
Description The Chrome extension that turns any webpage into a party!
File Size 4.82 MB
Installation Count 255
Current Version 1.0
Last Updated 2017-12-19
Publish Date 2017-12-19
Rating 5.00/5 Total 2 Ratings
Developer mtrexroad96
Payment Type free
Extension Website http://pageparty.online/
Supported Languages 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"
            ]
        }
    ]
}