Hide Substack Popup Banner

Hide Substack popup banners from appearing while scrolling on Substack posts

Cos'è Hide Substack Popup Banner?

Hide Substack Popup Banner è un'estensione di Chrome sviluppata da https://chromebase.co, e la sua funzione principale è "Hide Substack popup banners from appearing while scrolling on Substack posts".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hide Substack Popup Banner

Scarica i file di estensione Hide Substack Popup Banner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hide Substack Popup Banner Hide Substack Popup Banner
ID dmckgpplbognieimgpgjnifnahceefmh
URL Ufficiale https://chromewebstore.google.com/detail/hide-substack-popup-banne/dmckgpplbognieimgpgjnifnahceefmh
Descrizione Hide Substack popup banners from appearing while scrolling on Substack posts
Dimensione del File 9.79 KB
Conteggio Installazioni 63
Versione Corrente 1.0
Ultimo Aggiornamento 2023-04-25
Data di Pubblicazione 2023-04-25
Sviluppatore https://chromebase.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://chromebase.co
URL della Pagina di Aiuto https://chromebase.co
Lingue Supportate 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"
            ]
        }
    ]
}