SUPER HOT EXTENSION

time moves only when you move

Wat is SUPER HOT EXTENSION?

SUPER HOT EXTENSION is een Chrome-extensie ontwikkeld door waltercheng621, en de belangrijkste functie is "time moves only when you move".

Download het CRX-bestand van de extensie SUPER HOT EXTENSION

Download SUPER HOT EXTENSION-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam SUPER HOT EXTENSION SUPER HOT EXTENSION
ID clleglenbchkccjkdidjgednoamialjd
Officiële URL https://chrome.google.com/webstore/detail/super-hot-extension/clleglenbchkccjkdidjgednoamialjd
Beschrijving time moves only when you move
Bestandsgrootte 6.91 MB
Aantal Installaties 157
Huidige Versie 0.1
Laatst Bijgewerkt 2018-07-28
Publicatiedatum 2018-07-28
Beoordeling 2.60/5 Totaal 5 Beoordelingen
Ontwikkelaar waltercheng621
Betalingswijze free
Ondersteunde Talen 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"
    }
}