HabroSanitizer for Habrahabr
HabroSanitizer hides posts in the feed written by unwanted authors or companies on Habr.com (habrahabr). Free, no ads, no telemetry.
Wat is HabroSanitizer for Habrahabr?
HabroSanitizer for Habrahabr is een Chrome-extensie ontwikkeld door drag13, en de belangrijkste functie is "HabroSanitizer hides posts in the feed written by unwanted authors or companies on Habr.com (habrahabr). Free, no ads, no telemetry.".
Extensie Screenshots
Download het CRX-bestand van de extensie HabroSanitizer for Habrahabr
Download HabroSanitizer for Habrahabr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | HabroSanitizer for Habrahabr |
ID | gnbmgdpmmddeegooghfhjlchocllcgpc |
Officiële URL | https://chromewebstore.google.com/detail/habrosanitizer-for-habrah/gnbmgdpmmddeegooghfhjlchocllcgpc |
Beschrijving | HabroSanitizer hides posts in the feed written by unwanted authors or companies on Habr.com (habrahabr). Free, no ads, no telemetry. |
Bestandsgrootte | 30.54 KB |
Aantal Installaties | 139 |
Huidige Versie | 2.7.3 |
Laatst Bijgewerkt | 2021-09-21 |
Publicatiedatum | 2020-11-03 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | drag13 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Drag13/HabrSanitizer |
Help Pagina-URL | https://github.com/Drag13/HabrSanitizer/issues |
Ondersteunde Talen | 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" } |