Substack Banner Fixer
Prevents the Substack banner from re-appearing when you scroll.
O que é Substack Banner Fixer?
Substack Banner Fixer é uma extensão do Chrome desenvolvida por rchestnut1520, e sua principal característica é "Prevents the Substack banner from re-appearing when you scroll.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Substack Banner Fixer
Baixe arquivos de extensão Substack Banner Fixer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension prevents the banner on substack sites from reappearing when you scroll on the page.
Informações Básicas da Extensão
Nome | Substack Banner Fixer |
ID | cmdmlckhahbdjjifghecfnhnnddgboee |
URL Oficial | https://chromewebstore.google.com/detail/substack-banner-fixer/cmdmlckhahbdjjifghecfnhnnddgboee |
Descrição | Prevents the Substack banner from re-appearing when you scroll. |
Tamanho do Arquivo | 3.21 KB |
Contagem de Instalações | 130 |
Versão Atual | 1.0.0 January 15 2022 |
Última Atualização | 2022-01-18 |
Data de Publicação | 2022-01-17 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | rchestnut1520 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |