Hide Substack Popup Banner

Hide Substack popup banners from appearing while scrolling on Substack posts

Apa itu Hide Substack Popup Banner?

Hide Substack Popup Banner adalah ekstensi Chrome yang dikembangkan oleh https://chromebase.co, dan fitur utamanya adalah "Hide Substack popup banners from appearing while scrolling on Substack posts".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hide Substack Popup Banner

Unduh file ekstensi Hide Substack Popup Banner dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Hide Substack Popup Banner Hide Substack Popup Banner
ID dmckgpplbognieimgpgjnifnahceefmh
URL Resmi https://chromewebstore.google.com/detail/hide-substack-popup-banne/dmckgpplbognieimgpgjnifnahceefmh
Deskripsi Hide Substack popup banners from appearing while scrolling on Substack posts
Ukuran File 9.79 KB
Jumlah Instalasi 63
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-04-25
Tanggal Publikasi 2023-04-25
Pengembang https://chromebase.co
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://chromebase.co
URL Halaman Bantuan https://chromebase.co
Bahasa yang Didukung 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"
            ]
        }
    ]
}