Hide Substack Popup Banner

Hide Substack popup banners from appearing while scrolling on Substack posts

O que é Hide Substack Popup Banner?

Hide Substack Popup Banner é uma extensão do Chrome desenvolvida por https://chromebase.co, e sua principal característica é "Hide Substack popup banners from appearing while scrolling on Substack posts".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hide Substack Popup Banner

Baixe arquivos de extensão Hide Substack Popup Banner 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

                        Free tool to hide popup banners on Substack.

Tired of the constant interruption while reading on Substack from popup banners?

Start enjoying an uninterrupted reading experience on Substack by automatically hiding the subscribe popup banners.

No more distractions or interruptions - just a smooth reading experience. 

Install the Hide Substack Popup Banner extension and the banners disappear automatically. No more manually closing them every time they appear while scrolling down a post.

Free with no account or sign in required. This extension does not store any data.                    

Informações Básicas da Extensão

Nome Hide Substack Popup Banner Hide Substack Popup Banner
ID dmckgpplbognieimgpgjnifnahceefmh
URL Oficial https://chromewebstore.google.com/detail/hide-substack-popup-banne/dmckgpplbognieimgpgjnifnahceefmh
Descrição Hide Substack popup banners from appearing while scrolling on Substack posts
Tamanho do Arquivo 9.79 KB
Contagem de Instalações 63
Versão Atual 1.0
Última Atualização 2023-04-25
Data de Publicação 2023-04-25
Desenvolvedor https://chromebase.co
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://chromebase.co
URL da Página de Ajuda https://chromebase.co
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Substack Popup Banner",
    "description": "Hide Substack popup banners from appearing while scrolling on Substack posts",
    "version": "1.0",
    "action": {
        "default_icon": "public\/icon.png",
        "default_title": "Hide Substack Popup Banner"
    },
    "icons": {
        "48": "public\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "public\/style.css"
            ]
        }
    ]
}