Snow this website

Let It Snow Today

Snow this website là gì?

Snow this website là một tiện ích mở rộng Chrome được phát triển bởi mastaleru.rafael, và tính năng chính của nó là "Let It Snow Today".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Snow this website 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

                        This extension add to your websites some snowflakes. You have the opportunity to catch them. You have 30 seconds to catch the snowflakes. When a snowflake is caught, another 2 snowflakes will appear on the screen.                    

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

Tên Snow this website Snow this website
ID dhodhnbmihkikehapfaellcieljelgnp
URL Chính Thức https://chrome.google.com/webstore/detail/snow-this-website/dhodhnbmihkikehapfaellcieljelgnp
Mô tả Let It Snow Today
Kích Thước Tệp 88.58 KB
Số Lần Cài Đặt 654
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2016-12-16
Ngày Phát Hành 2016-12-16
Đánh Giá 3.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển mastaleru.rafael
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://plusprivacy.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snow this website",
    "description": "Let It Snow Today",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": "icons\/icon48.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "scripts\/snow.js",
                "content.js"
            ],
            "css": [
                "snow.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}