Hide Substack Popup Banner
Hide Substack popup banners from appearing while scrolling on Substack posts
Was ist Hide Substack Popup Banner?
Hide Substack Popup Banner ist eine Chrome-Erweiterung, die von https://chromebase.co entwickelt wurde, und ihr Hauptmerkmal ist "Hide Substack popup banners from appearing while scrolling on Substack posts".
Erweiterungsscreenshots
Hide Substack Popup Banner-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hide Substack Popup Banner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Hide Substack Popup Banner |
ID | dmckgpplbognieimgpgjnifnahceefmh |
Offizielle URL | https://chromewebstore.google.com/detail/hide-substack-popup-banne/dmckgpplbognieimgpgjnifnahceefmh |
Beschreibung | Hide Substack popup banners from appearing while scrolling on Substack posts |
Dateigröße | 9.79 KB |
Installationsanzahl | 63 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-04-25 |
Veröffentlichungsdatum | 2023-04-25 |
Entwickler | https://chromebase.co |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://chromebase.co |
Hilfeseite URL | https://chromebase.co |
Unterstützte Sprachen | 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" ] } ] } |