Christmas Mode

Troll anyone with the christmas spirit

Wat is Christmas Mode?

Christmas Mode is een Chrome-extensie ontwikkeld door Nuho Tech, en de belangrijkste functie is "Troll anyone with the christmas spirit".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Christmas Mode

Download Christmas Mode-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

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

Basisinformatie over de Extensie

Naam Christmas Mode Christmas Mode
ID ehiookjpopjjpogmbhhmhiikdincggnh
Officiële URL https://chromewebstore.google.com/detail/christmas-mode/ehiookjpopjjpogmbhhmhiikdincggnh
Beschrijving Troll anyone with the christmas spirit
Bestandsgrootte 1.13 MB
Aantal Installaties 37
Huidige Versie 2.0.0
Laatst Bijgewerkt 2021-07-20
Publicatiedatum 2020-10-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Nuho Tech
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}