SUPER HOT EXTENSION

time moves only when you move

SUPER HOT EXTENSION là gì?

SUPER HOT EXTENSION là một tiện ích mở rộng Chrome được phát triển bởi waltercheng621, và tính năng chính của nó là "time moves only when you move".

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

Tải xuống các tệp mở rộng SUPER HOT EXTENSION 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

                        time moves only when your MOUSE CURSOR move, for most webpages at least                    

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

Tên SUPER HOT EXTENSION SUPER HOT EXTENSION
ID clleglenbchkccjkdidjgednoamialjd
URL Chính Thức https://chrome.google.com/webstore/detail/super-hot-extension/clleglenbchkccjkdidjgednoamialjd
Mô tả time moves only when you move
Kích Thước Tệp 6.91 MB
Số Lần Cài Đặt 157
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2018-07-28
Ngày Phát Hành 2018-07-28
Đánh Giá 2.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển waltercheng621
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SUPER HOT EXTENSION",
    "version": "0.1",
    "description": "time moves only when you move",
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "libgif-js-master\/libgif.js",
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/SUPERHOT16.png",
            "32": "images\/SUPERHOT32.png",
            "48": "images\/SUPERHOT48.png",
            "128": "images\/SUPERHOT128.png"
        }
    },
    "icons": {
        "16": "images\/SUPERHOT16.png",
        "32": "images\/SUPERHOT32.png",
        "48": "images\/SUPERHOT48.png",
        "128": "images\/SUPERHOT128.png"
    }
}