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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}