Automatic scroll for Savee.it

Unofficial plugin that turns your savee.it into a screen saver.

O que é Automatic scroll for Savee.it?

Automatic scroll for Savee.it é uma extensão do Chrome desenvolvida por edgardfernandes11, e sua principal característica é "Unofficial plugin that turns your savee.it into a screen saver.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Automatic scroll for Savee.it

Baixe arquivos de extensão Automatic scroll for Savee.it 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

                        Unofficial plugin that turns your savee.it into a screen saver.                    

Informações Básicas da Extensão

Nome Automatic scroll for Savee.it Automatic scroll for Savee.it
ID jkcghfonpejlgiknjnmnhojpmndejhjl
URL Oficial https://chromewebstore.google.com/detail/automatic-scroll-for-save/jkcghfonpejlgiknjnmnhojpmndejhjl
Descrição Unofficial plugin that turns your savee.it into a screen saver.
Tamanho do Arquivo 13.82 KB
Contagem de Instalações 27
Versão Atual 1.0.2
Última Atualização 2022-02-11
Data de Publicação 2020-10-01
Desenvolvedor edgardfernandes11
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Automatic scroll for Savee.it",
    "short_name": "Automatic scroll for Savee.it",
    "version": "1.0.2",
    "description": "Unofficial plugin that turns your savee.it into a screen saver.",
    "author": "Edgard Kozlowski  (http:\/\/edkf.com.br)",
    "commands": {
        "_execute_browser_action": []
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.savee.it\/"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}