SUPER HOT EXTENSION

time moves only when you move

什麼是SUPER HOT EXTENSION?

SUPER HOT EXTENSION是由waltercheng621開發的Chrome擴展程式,該擴展的主要功能是“time moves only when you move”。

下載SUPER HOT EXTENSION擴展crx文件

下載SUPER HOT EXTENSION擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 SUPER HOT EXTENSION SUPER HOT EXTENSION
ID clleglenbchkccjkdidjgednoamialjd
官方網址 https://chrome.google.com/webstore/detail/super-hot-extension/clleglenbchkccjkdidjgednoamialjd
簡介 time moves only when you move
檔案大小 6.91 MB
安裝次數 157
目前版本 0.1
更新時間 2018-07-28
上架時間 2018-07-28
評分 2.60/5 共 5 次評分
開發者 waltercheng621
付費類型 free
支援的語言 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"
    }
}