SUPER HOT EXTENSION

time moves only when you move

O que é SUPER HOT EXTENSION?

SUPER HOT EXTENSION é uma extensão do Chrome desenvolvida por waltercheng621, e sua principal característica é "time moves only when you move".

Baixar o arquivo CRX da Extensão SUPER HOT EXTENSION

Baixe arquivos de extensão SUPER HOT EXTENSION no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome SUPER HOT EXTENSION SUPER HOT EXTENSION
ID clleglenbchkccjkdidjgednoamialjd
URL Oficial https://chrome.google.com/webstore/detail/super-hot-extension/clleglenbchkccjkdidjgednoamialjd
Descrição time moves only when you move
Tamanho do Arquivo 6.91 MB
Contagem de Instalações 157
Versão Atual 0.1
Última Atualização 2018-07-28
Data de Publicação 2018-07-28
Classificação 2.60/5 Total de 5 Avaliações
Desenvolvedor waltercheng621
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}