SUPER HOT EXTENSION

time moves only when you move

What is SUPER HOT EXTENSION?

SUPER HOT EXTENSION is a Chrome extension developed by waltercheng621, and its main feature is "time moves only when you move".

Download SUPER HOT EXTENSION Extension CRX File

Download SUPER HOT EXTENSION extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name SUPER HOT EXTENSION SUPER HOT EXTENSION
ID clleglenbchkccjkdidjgednoamialjd
Official URL https://chrome.google.com/webstore/detail/super-hot-extension/clleglenbchkccjkdidjgednoamialjd
Description time moves only when you move
File Size 6.91 MB
Installation Count 157
Current Version 0.1
Last Updated 2018-07-28
Publish Date 2018-07-28
Rating 2.60/5 Total 5 Ratings
Developer waltercheng621
Payment Type free
Supported Languages 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"
    }
}