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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } ] } |