Hide Substack Popup Banner

Hide Substack popup banners from appearing while scrolling on Substack posts

Wat is Hide Substack Popup Banner?

Hide Substack Popup Banner is een Chrome-extensie ontwikkeld door https://chromebase.co, en de belangrijkste functie is "Hide Substack popup banners from appearing while scrolling on Substack posts".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hide Substack Popup Banner

Download Hide Substack Popup Banner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hide Substack Popup Banner Hide Substack Popup Banner
ID dmckgpplbognieimgpgjnifnahceefmh
Officiële URL https://chromewebstore.google.com/detail/hide-substack-popup-banne/dmckgpplbognieimgpgjnifnahceefmh
Beschrijving Hide Substack popup banners from appearing while scrolling on Substack posts
Bestandsgrootte 9.79 KB
Aantal Installaties 63
Huidige Versie 1.0
Laatst Bijgewerkt 2023-04-25
Publicatiedatum 2023-04-25
Ontwikkelaar https://chromebase.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://chromebase.co
Help Pagina-URL https://chromebase.co
Ondersteunde Talen 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"
            ]
        }
    ]
}