Page Party

The Chrome extension that turns any webpage into a party!

Co to jest Page Party?

Page Party to rozszerzenie Chrome opracowane przez mtrexroad96, a jego główną funkcją jest „The Chrome extension that turns any webpage into a party!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Page Party

Pobierz pliki rozszerzeń Page Party w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Page Party Page Party
ID fkabcmgccfbkglnbhmllbcmndhkcaohh
Oficjalny URL https://chromewebstore.google.com/detail/page-party/fkabcmgccfbkglnbhmllbcmndhkcaohh
Opis The Chrome extension that turns any webpage into a party!
Rozmiar pliku 4.82 MB
Liczba instalacji 255
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-12-19
Data Publikacji 2017-12-19
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper mtrexroad96
Typ Płatności free
Strona Rozszerzenia http://pageparty.online/
Obsługiwane Języki 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"
            ]
        }
    ]
}