HabroSanitizer for Habrahabr
HabroSanitizer hides posts in the feed written by unwanted authors or companies on Habr.com (habrahabr). Free, no ads, no telemetry.
O que é HabroSanitizer for Habrahabr?
HabroSanitizer for Habrahabr é uma extensão do Chrome desenvolvida por drag13, e sua principal característica é "HabroSanitizer hides posts in the feed written by unwanted authors or companies on Habr.com (habrahabr). Free, no ads, no telemetry.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HabroSanitizer for Habrahabr
Baixe arquivos de extensão HabroSanitizer for Habrahabr 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
HabroSanitizer removes posts on Habr.com using your personal ban list. Supports blocking by author, by blog name or hub name. It's opensource, ads and telemetry free.
Informações Básicas da Extensão
Nome | HabroSanitizer for Habrahabr |
ID | gnbmgdpmmddeegooghfhjlchocllcgpc |
URL Oficial | https://chromewebstore.google.com/detail/habrosanitizer-for-habrah/gnbmgdpmmddeegooghfhjlchocllcgpc |
Descrição | HabroSanitizer hides posts in the feed written by unwanted authors or companies on Habr.com (habrahabr). Free, no ads, no telemetry. |
Tamanho do Arquivo | 30.54 KB |
Contagem de Instalações | 139 |
Versão Atual | 2.7.3 |
Última Atualização | 2021-09-21 |
Data de Publicação | 2020-11-03 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | drag13 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Drag13/HabrSanitizer |
URL da Página de Ajuda | https://github.com/Drag13/HabrSanitizer/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "drag13", "name": "HabroSanitizer for Habrahabr", "description": "HabroSanitizer hides posts in the feed written by unwanted authors or companies on Habr.com (habrahabr). Free, no ads, no telemetry.", "version": "2.7.3", "permissions": [ "storage" ], "icons": { "16": ".\/asset\/i16.png", "48": ".\/asset\/i48.png", "128": ".\/asset\/i128.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "https:\/\/habr.com\/*" ], "js": [ "sanitizer.js" ], "css": [ "styles\/content.css" ] } ], "browser_specific_settings": { "gecko": { "id": "{99a19d47-bbc0-4451-a0cc-51d182095ccd}", "strict_min_version": "53.0" } }, "minimum_chrome_version": "55.0" } |