Hide Substack Popup Banner
Hide Substack popup banners from appearing while scrolling on Substack posts
Hvad er Hide Substack Popup Banner?
Hide Substack Popup Banner er en Chrome-udvidelse udviklet af https://chromebase.co, og dens hovedfunktion er "Hide Substack popup banners from appearing while scrolling on Substack posts".
Udvidelsesskærmbilleder
Download Hide Substack Popup Banner-udvidelses-CRX-fil
Download Hide Substack Popup Banner-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Hide Substack Popup Banner |
ID | dmckgpplbognieimgpgjnifnahceefmh |
Officiel URL | https://chromewebstore.google.com/detail/hide-substack-popup-banne/dmckgpplbognieimgpgjnifnahceefmh |
Beskrivelse | Hide Substack popup banners from appearing while scrolling on Substack posts |
Filstørrelse | 9.79 KB |
Antal Installationer | 63 |
Nuværende Version | 1.0 |
Senest Opdateret | 2023-04-25 |
Udgivelsesdato | 2023-04-25 |
Udvikler | https://chromebase.co |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://chromebase.co |
Hjælpeside-URL | https://chromebase.co |
Understøttede Sprog | 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" ] } ] } |