Christmas Mode
Troll anyone with the christmas spirit
Cos'è Christmas Mode?
Christmas Mode è un'estensione di Chrome sviluppata da Nuho Tech, e la sua funzione principale è "Troll anyone with the christmas spirit".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Christmas Mode
Scarica i file di estensione Christmas Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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**
Informazioni di Base sull'Estensione
Nome | Christmas Mode |
ID | ehiookjpopjjpogmbhhmhiikdincggnh |
URL Ufficiale | https://chromewebstore.google.com/detail/christmas-mode/ehiookjpopjjpogmbhhmhiikdincggnh |
Descrizione | Troll anyone with the christmas spirit |
Dimensione del File | 1.13 MB |
Conteggio Installazioni | 37 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2021-07-20 |
Data di Pubblicazione | 2020-10-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Nuho Tech |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |