Christmas Mode

Troll anyone with the christmas spirit

Apa itu Christmas Mode?

Christmas Mode adalah ekstensi Chrome yang dikembangkan oleh Nuho Tech, dan fitur utamanya adalah "Troll anyone with the christmas spirit".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Christmas Mode

Unduh file ekstensi Christmas Mode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Christmas Mode Christmas Mode
ID ehiookjpopjjpogmbhhmhiikdincggnh
URL Resmi https://chromewebstore.google.com/detail/christmas-mode/ehiookjpopjjpogmbhhmhiikdincggnh
Deskripsi Troll anyone with the christmas spirit
Ukuran File 1.13 MB
Jumlah Instalasi 37
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2021-07-20
Tanggal Publikasi 2020-10-30
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Nuho Tech
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}