Christmas Mode

Troll anyone with the christmas spirit

什麼是Christmas Mode?

Christmas Mode是由Nuho Tech開發的Chrome擴展程式,該擴展的主要功能是“Troll anyone with the christmas spirit”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Christmas Mode
ID ehiookjpopjjpogmbhhmhiikdincggnh
官方網址 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"
    ]
}