SUPER HOT EXTENSION

time moves only when you move

Cos'è SUPER HOT EXTENSION?

SUPER HOT EXTENSION è un'estensione di Chrome sviluppata da waltercheng621, e la sua funzione principale è "time moves only when you move".

Scarica il file CRX dell'estensione SUPER HOT EXTENSION

Scarica i file di estensione SUPER HOT EXTENSION in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome SUPER HOT EXTENSION SUPER HOT EXTENSION
ID clleglenbchkccjkdidjgednoamialjd
URL Ufficiale https://chrome.google.com/webstore/detail/super-hot-extension/clleglenbchkccjkdidjgednoamialjd
Descrizione time moves only when you move
Dimensione del File 6.91 MB
Conteggio Installazioni 157
Versione Corrente 0.1
Ultimo Aggiornamento 2018-07-28
Data di Pubblicazione 2018-07-28
Valutazione 2.60/5 Totale 5 Valutazioni
Sviluppatore waltercheng621
Tipo di Pagamento free
Lingue Supportate 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"
    }
}