Substack Banner Fixer
Prevents the Substack banner from re-appearing when you scroll.
Qu'est-ce que Substack Banner Fixer ?
Substack Banner Fixer est une extension Chrome développée par rchestnut1520, et sa fonction principale est "Prevents the Substack banner from re-appearing when you scroll.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Substack Banner Fixer
Téléchargez les fichiers d'extension Substack Banner Fixer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension prevents the banner on substack sites from reappearing when you scroll on the page.
Informations de Base sur l'Extension
Nom | Substack Banner Fixer |
ID | cmdmlckhahbdjjifghecfnhnnddgboee |
URL Officiel | https://chromewebstore.google.com/detail/substack-banner-fixer/cmdmlckhahbdjjifghecfnhnnddgboee |
Description | Prevents the Substack banner from re-appearing when you scroll. |
Taille du Fichier | 3.21 KB |
Nombre d'Installations | 130 |
Version Actuelle | 1.0.0 January 15 2022 |
Dernière Mise à Jour | 2022-01-18 |
Date de Publication | 2022-01-17 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | rchestnut1520 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |