Page Party

The Chrome extension that turns any webpage into a party!

Qu'est-ce que Page Party ?

Page Party est une extension Chrome développée par mtrexroad96, et sa fonction principale est "The Chrome extension that turns any webpage into a party!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Page Party

Téléchargez les fichiers d'extension Page Party au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Page Party Page Party
ID fkabcmgccfbkglnbhmllbcmndhkcaohh
URL Officiel https://chromewebstore.google.com/detail/page-party/fkabcmgccfbkglnbhmllbcmndhkcaohh
Description The Chrome extension that turns any webpage into a party!
Taille du Fichier 4.82 MB
Nombre d'Installations 255
Version Actuelle 1.0
Dernière Mise à Jour 2017-12-19
Date de Publication 2017-12-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur mtrexroad96
Type de Paiement free
Site Web de l'Extension http://pageparty.online/
Langues Prises en Charge 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"
            ]
        }
    ]
}