Hide Substack Popup Banner

Hide Substack popup banners from appearing while scrolling on Substack posts

什麼是Hide Substack Popup Banner?

Hide Substack Popup Banner是由https://chromebase.co開發的Chrome擴展程式,該擴展的主要功能是“Hide Substack popup banners from appearing while scrolling on Substack posts”。

擴展截圖

screenshot

下載Hide Substack Popup Banner擴展crx文件

下載Hide Substack Popup Banner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Hide Substack Popup Banner Hide Substack Popup Banner
ID dmckgpplbognieimgpgjnifnahceefmh
官方網址 https://chromewebstore.google.com/detail/hide-substack-popup-banne/dmckgpplbognieimgpgjnifnahceefmh
簡介 Hide Substack popup banners from appearing while scrolling on Substack posts
檔案大小 9.79 KB
安裝次數 63
目前版本 1.0
更新時間 2023-04-25
上架時間 2023-04-25
開發者 https://chromebase.co
電子郵箱 [email protected]
付費類型 free
擴展官網 https://chromebase.co
說明頁面URL https://chromebase.co
支援的語言 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"
            ]
        }
    ]
}