Christmas Mode

Troll anyone with the christmas spirit

Co je Christmas Mode?

Christmas Mode je rozšíření Chrome vyvinuté Nuho Tech, a jeho hlavní funkcí je „Troll anyone with the christmas spirit“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Christmas Mode

Stáhněte si soubory rozšíření Christmas Mode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The only purpose of this extension is to prank your friends or coworkers.

Once you set the timer, it will change everything in the browser to Christmas colors and play a funny Christmas carol.

(to stop it you just need to re-load the page)

**Disclaimer: the flashes and changes in color that this extension shows may potentially trigger seizures for people with photosensitive epilepsy. Viewer discretion is advised**                    

Základní Informace o Rozšíření

Název Christmas Mode Christmas Mode
ID ehiookjpopjjpogmbhhmhiikdincggnh
Oficiální URL https://chromewebstore.google.com/detail/christmas-mode/ehiookjpopjjpogmbhhmhiikdincggnh
Popis Troll anyone with the christmas spirit
Velikost souboru 1.13 MB
Počet instalací 37
Aktuální Verze 2.0.0
Poslední Aktualizace 2021-07-20
Datum Vydání 2020-10-30
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Nuho Tech
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Christmas Mode",
    "version": "2.0.0",
    "description": "Troll anyone with the christmas spirit",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_title": "Christmas mode",
        "default_icon": {
            "128": "icon128.png",
            "48": "icon48.png",
            "16": "icon16.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "incognito": "spanning",
    "web_accessible_resources": [
        "dino-christmas.mp3"
    ]
}