Christmas Mode

Troll anyone with the christmas spirit

What is Christmas Mode?

Christmas Mode is a Chrome extension developed by Nuho Tech, and its main feature is "Troll anyone with the christmas spirit".

Extension Screenshots

screenshot
screenshot
screenshot

Download Christmas Mode Extension CRX File

Download Christmas Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Christmas Mode Christmas Mode
ID ehiookjpopjjpogmbhhmhiikdincggnh
Official URL https://chromewebstore.google.com/detail/christmas-mode/ehiookjpopjjpogmbhhmhiikdincggnh
Description Troll anyone with the christmas spirit
File Size 1.13 MB
Installation Count 37
Current Version 2.0.0
Last Updated 2021-07-20
Publish Date 2020-10-30
Rating 5.00/5 Total 1 Ratings
Developer Nuho Tech
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}