Christmas Mode

Troll anyone with the christmas spirit

Hvad er Christmas Mode?

Christmas Mode er en Chrome-udvidelse udviklet af Nuho Tech, og dens hovedfunktion er "Troll anyone with the christmas spirit".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Christmas Mode-udvidelses-CRX-fil

Download Christmas Mode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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**                    

Grundlæggende oplysninger om udvidelsen

Navn Christmas Mode Christmas Mode
ID ehiookjpopjjpogmbhhmhiikdincggnh
Officiel URL https://chromewebstore.google.com/detail/christmas-mode/ehiookjpopjjpogmbhhmhiikdincggnh
Beskrivelse Troll anyone with the christmas spirit
Filstørrelse 1.13 MB
Antal Installationer 37
Nuværende Version 2.0.0
Senest Opdateret 2021-07-20
Udgivelsesdato 2020-10-30
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Nuho Tech
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}