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
官方URL 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"
            ]
        }
    ]
}