Scrollf*cker

Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays

O que é Scrollf*cker?

Scrollf*cker é uma extensão do Chrome desenvolvida por dan.mattern, e sua principal característica é "Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Scrollf*cker

Baixe arquivos de extensão Scrollf*cker 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 attempts to add back the scrollbar on sites that remove it, including with overlays. This was inspired by the extension `F*ck Overlays`.                    

Informações Básicas da Extensão

Nome Scrollf*cker Scrollf*cker
ID ggodnofnmkgfhljenihoopbnhdgfnljj
URL Oficial https://chrome.google.com/webstore/detail/scrollfcker/ggodnofnmkgfhljenihoopbnhdgfnljj
Descrição Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays
Tamanho do Arquivo 121 KB
Contagem de Instalações 2,000
Versão Atual 1.0.0
Última Atualização 2022-07-31
Data de Publicação 2017-05-20
Classificação 4.75/5 Total de 8 Avaliações
Desenvolvedor dan.mattern
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": "Scrollf*cker",
    "author": "Dan Mattern",
    "description": "Tries to add the scrollbar back to sites that remove it with overlays. Inspired by F*ck Overlays",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "naw.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "scrollfuck.js"
        ]
    }
}