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
公式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
Eメール [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"
    ]
}