Christmas Mode
Troll anyone with the christmas spirit
什么是Christmas Mode?
Christmas Mode是由Nuho Tech开发的Chrome扩展程序,该扩展的主要功能是“Troll anyone with the christmas spirit”。
扩展截图
下载Christmas Mode扩展crx文件
下载Christmas Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |