Christmas Mode
Troll anyone with the christmas spirit
Christmas Mode क्या है?
Christmas Mode Nuho Tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Troll anyone with the christmas spirit"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Christmas Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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**
एक्सटेंशन की मूल जानकारी
नाम | Christmas Mode |
ID | ehiookjpopjjpogmbhhmhiikdincggnh |
आधिकारिक URL | https://chromewebstore.google.com/detail/christmas-mode/ehiookjpopjjpogmbhhmhiikdincggnh |
विवरण | Troll anyone with the christmas spirit |
फ़ाइल का आकार | 1.13 MB |
स्थापना संख्या | 37 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2021-07-20 |
प्रकाशन तिथि | 2020-10-30 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Nuho Tech |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |