Page Party

The Chrome extension that turns any webpage into a party!

Wat is Page Party?

Page Party is een Chrome-extensie ontwikkeld door mtrexroad96, en de belangrijkste functie is "The Chrome extension that turns any webpage into a party!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Page Party

Download Page Party-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Page Party Page Party
ID fkabcmgccfbkglnbhmllbcmndhkcaohh
Officiële URL https://chromewebstore.google.com/detail/page-party/fkabcmgccfbkglnbhmllbcmndhkcaohh
Beschrijving The Chrome extension that turns any webpage into a party!
Bestandsgrootte 4.82 MB
Aantal Installaties 255
Huidige Versie 1.0
Laatst Bijgewerkt 2017-12-19
Publicatiedatum 2017-12-19
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar mtrexroad96
Betalingswijze free
Extensiewebsite http://pageparty.online/
Ondersteunde Talen 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"
            ]
        }
    ]
}