SUPER HOT EXTENSION

time moves only when you move

Qu'est-ce que SUPER HOT EXTENSION ?

SUPER HOT EXTENSION est une extension Chrome développée par waltercheng621, et sa fonction principale est "time moves only when you move".

Télécharger le fichier CRX de l'extension SUPER HOT EXTENSION

Téléchargez les fichiers d'extension SUPER HOT EXTENSION au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom SUPER HOT EXTENSION SUPER HOT EXTENSION
ID clleglenbchkccjkdidjgednoamialjd
URL Officiel https://chrome.google.com/webstore/detail/super-hot-extension/clleglenbchkccjkdidjgednoamialjd
Description time moves only when you move
Taille du Fichier 6.91 MB
Nombre d'Installations 157
Version Actuelle 0.1
Dernière Mise à Jour 2018-07-28
Date de Publication 2018-07-28
Évaluation 2.60/5 Total 5 Évaluations
Développeur waltercheng621
Type de Paiement free
Langues Prises en Charge 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"
    }
}