Hide Substack Popup Banner
Hide Substack popup banners from appearing while scrolling on Substack posts
What is Hide Substack Popup Banner?
Hide Substack Popup Banner is a Chrome extension developed by https://chromebase.co, and its main feature is "Hide Substack popup banners from appearing while scrolling on Substack posts".
Extension Screenshots
Download Hide Substack Popup Banner Extension CRX File
Download Hide Substack Popup Banner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Hide Substack Popup Banner |
ID | dmckgpplbognieimgpgjnifnahceefmh |
Official URL | https://chromewebstore.google.com/detail/hide-substack-popup-banne/dmckgpplbognieimgpgjnifnahceefmh |
Description | Hide Substack popup banners from appearing while scrolling on Substack posts |
File Size | 9.79 KB |
Installation Count | 63 |
Current Version | 1.0 |
Last Updated | 2023-04-25 |
Publish Date | 2023-04-25 |
Developer | https://chromebase.co |
[email protected] | |
Payment Type | free |
Extension Website | https://chromebase.co |
Help Page URL | https://chromebase.co |
Supported Languages | 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" ] } ] } |