Substack Banner Fixer

Prevents the Substack banner from re-appearing when you scroll.

What is Substack Banner Fixer?

Substack Banner Fixer is a Chrome extension developed by rchestnut1520, and its main feature is "Prevents the Substack banner from re-appearing when you scroll.".

Extension Screenshots

screenshot

Download Substack Banner Fixer Extension CRX File

Download Substack Banner Fixer 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

                        This extension prevents the banner on substack sites from reappearing when you scroll on the page.                    

Extension Basic Information

Name Substack Banner Fixer Substack Banner Fixer
ID cmdmlckhahbdjjifghecfnhnnddgboee
Official URL https://chromewebstore.google.com/detail/substack-banner-fixer/cmdmlckhahbdjjifghecfnhnnddgboee
Description Prevents the Substack banner from re-appearing when you scroll.
File Size 3.21 KB
Installation Count 130
Current Version 1.0.0 January 15 2022
Last Updated 2022-01-18
Publish Date 2022-01-17
Rating 5.00/5 Total 4 Ratings
Developer rchestnut1520
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Substack Banner Fixer",
    "author": "Russell Chestnut",
    "description": "Prevents the Substack banner from re-appearing when you scroll.",
    "version": "1.0.0",
    "version_name": "1.0.0 January 15 2022",
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.substack.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.substack.com\/*"
            ],
            "css": [
                "substackbannerfixer.css"
            ]
        }
    ]
}