Scroll unlocker

This extension bringing ability to scroll content on those websites which scroll func is blocked by paywalls or something similar

O que é Scroll unlocker?

Scroll unlocker é uma extensão do Chrome desenvolvida por Alexey Cherdantsev, e sua principal característica é "This extension bringing ability to scroll content on those websites which scroll func is blocked by paywalls or something similar".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Scroll unlocker

Baixe arquivos de extensão Scroll unlocker 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

                        This extension bringing ability to scroll content on those websites which scroll function is blocked by paywalls or something similar                    

Informações Básicas da Extensão

Nome Scroll unlocker Scroll unlocker
ID ifjbfjemboancgpjempjffkjjplimebi
URL Oficial https://chromewebstore.google.com/detail/scroll-unlocker/ifjbfjemboancgpjempjffkjjplimebi
Descrição This extension bringing ability to scroll content on those websites which scroll func is blocked by paywalls or something similar
Tamanho do Arquivo 12.26 KB
Contagem de Instalações 171
Versão Atual 1.0.2
Última Atualização 2023-04-18
Data de Publicação 2020-06-27
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Alexey Cherdantsev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scroll unlocker",
    "description": "This extension bringing ability to scroll content on those websites which scroll func is blocked by paywalls or something similar",
    "version": "1.0.2",
    "default_locale": "en",
    "author": "Alexey Cherdantsev. [email protected]",
    "background": {
        "service_worker": "scroll_unlock.js"
    },
    "action": {
        "default_icon": "128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "128": "128.png"
    }
}