Substack Banner Fixer

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

Co je Substack Banner Fixer?

Substack Banner Fixer je rozšíření Chrome vyvinuté rchestnut1520, a jeho hlavní funkcí je „Prevents the Substack banner from re-appearing when you scroll.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Substack Banner Fixer

Stáhněte si soubory rozšíření Substack Banner Fixer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Substack Banner Fixer Substack Banner Fixer
ID cmdmlckhahbdjjifghecfnhnnddgboee
Oficiální URL https://chromewebstore.google.com/detail/substack-banner-fixer/cmdmlckhahbdjjifghecfnhnnddgboee
Popis Prevents the Substack banner from re-appearing when you scroll.
Velikost souboru 3.21 KB
Počet instalací 130
Aktuální Verze 1.0.0 January 15 2022
Poslední Aktualizace 2022-01-18
Datum Vydání 2022-01-17
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář rchestnut1520
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}