Hide Substack Popup Banner

Hide Substack popup banners from appearing while scrolling on Substack posts

Co je Hide Substack Popup Banner?

Hide Substack Popup Banner je rozšíření Chrome vyvinuté https://chromebase.co, a jeho hlavní funkcí je „Hide Substack popup banners from appearing while scrolling on Substack posts“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Hide Substack Popup Banner

Stáhněte si soubory rozšíření Hide Substack Popup Banner ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Hide Substack Popup Banner Hide Substack Popup Banner
ID dmckgpplbognieimgpgjnifnahceefmh
Oficiální URL https://chromewebstore.google.com/detail/hide-substack-popup-banne/dmckgpplbognieimgpgjnifnahceefmh
Popis Hide Substack popup banners from appearing while scrolling on Substack posts
Velikost souboru 9.79 KB
Počet instalací 63
Aktuální Verze 1.0
Poslední Aktualizace 2023-04-25
Datum Vydání 2023-04-25
Vývojář https://chromebase.co
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://chromebase.co
URL Stránky Nápovědy https://chromebase.co
Podporované Jazyky 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"
            ]
        }
    ]
}