Christmas Mode
Troll anyone with the christmas spirit
Was ist Christmas Mode?
Christmas Mode ist eine Chrome-Erweiterung, die von Nuho Tech entwickelt wurde, und ihr Hauptmerkmal ist "Troll anyone with the christmas spirit".
Erweiterungsscreenshots
Christmas Mode-Erweiterungs-CRX-Datei herunterladen
Laden Sie Christmas Mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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**
Grundlegende Informationen zur Erweiterung
Name | Christmas Mode |
ID | ehiookjpopjjpogmbhhmhiikdincggnh |
Offizielle URL | https://chromewebstore.google.com/detail/christmas-mode/ehiookjpopjjpogmbhhmhiikdincggnh |
Beschreibung | Troll anyone with the christmas spirit |
Dateigröße | 1.13 MB |
Installationsanzahl | 37 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2021-07-20 |
Veröffentlichungsdatum | 2020-10-30 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Nuho Tech |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |