Christmas Mode

Troll anyone with the christmas spirit

Qu'est-ce que Christmas Mode ?

Christmas Mode est une extension Chrome développée par Nuho Tech, et sa fonction principale est "Troll anyone with the christmas spirit".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Christmas Mode

Téléchargez les fichiers d'extension Christmas Mode 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

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

Informations de Base sur l'Extension

Nom Christmas Mode Christmas Mode
ID ehiookjpopjjpogmbhhmhiikdincggnh
URL Officiel https://chromewebstore.google.com/detail/christmas-mode/ehiookjpopjjpogmbhhmhiikdincggnh
Description Troll anyone with the christmas spirit
Taille du Fichier 1.13 MB
Nombre d'Installations 37
Version Actuelle 2.0.0
Dernière Mise à Jour 2021-07-20
Date de Publication 2020-10-30
Évaluation 5.00/5 Total 1 Évaluations
Développeur Nuho Tech
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}