Christmas Mode

Troll anyone with the christmas spirit

Christmas Mode là gì?

Christmas Mode là một tiện ích mở rộng Chrome được phát triển bởi Nuho Tech, và tính năng chính của nó là "Troll anyone with the christmas spirit".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Christmas Mode

Tải xuống các tệp mở rộng Christmas Mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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**                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Christmas Mode Christmas Mode
ID ehiookjpopjjpogmbhhmhiikdincggnh
URL Chính Thức https://chromewebstore.google.com/detail/christmas-mode/ehiookjpopjjpogmbhhmhiikdincggnh
Mô tả Troll anyone with the christmas spirit
Kích Thước Tệp 1.13 MB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2021-07-20
Ngày Phát Hành 2020-10-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Nuho Tech
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}