Christmas Mode
Troll anyone with the christmas spirit
Vad är Christmas Mode?
Christmas Mode är en Chrome-tillägg utvecklad av Nuho Tech, och dess huvudfunktion är "Troll anyone with the christmas spirit".
Tilläggsskärmbilder
Ladda ner Christmas Mode-förlängningens CRX-fil
Ladda ner Christmas Mode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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**
Grundläggande Information om Tillägg
Namn | Christmas Mode |
ID | ehiookjpopjjpogmbhhmhiikdincggnh |
Officiell webbadress | https://chromewebstore.google.com/detail/christmas-mode/ehiookjpopjjpogmbhhmhiikdincggnh |
Beskrivning | Troll anyone with the christmas spirit |
Filstorlek | 1.13 MB |
Antal Installationer | 37 |
Aktuell Version | 2.0.0 |
Senast Uppdaterad | 2021-07-20 |
Publiceringsdatum | 2020-10-30 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Nuho Tech |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |