HabroSanitizer for Habrahabr

HabroSanitizer hides posts in the feed written by unwanted authors or companies on Habr.com (habrahabr). Free, no ads, no telemetry.

Co je HabroSanitizer for Habrahabr?

HabroSanitizer for Habrahabr je rozšíření Chrome vyvinuté drag13, a jeho hlavní funkcí je „HabroSanitizer hides posts in the feed written by unwanted authors or companies on Habr.com (habrahabr). Free, no ads, no telemetry.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření HabroSanitizer for Habrahabr

Stáhněte si soubory rozšíření HabroSanitizer for Habrahabr 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í

                        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.                    

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

Název HabroSanitizer for Habrahabr HabroSanitizer for Habrahabr
ID gnbmgdpmmddeegooghfhjlchocllcgpc
Oficiální URL https://chromewebstore.google.com/detail/habrosanitizer-for-habrah/gnbmgdpmmddeegooghfhjlchocllcgpc
Popis HabroSanitizer hides posts in the feed written by unwanted authors or companies on Habr.com (habrahabr). Free, no ads, no telemetry.
Velikost souboru 30.54 KB
Počet instalací 139
Aktuální Verze 2.7.3
Poslední Aktualizace 2021-09-21
Datum Vydání 2020-11-03
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář drag13
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Drag13/HabrSanitizer
URL Stránky Nápovědy https://github.com/Drag13/HabrSanitizer/issues
Podporované Jazyky 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"
}