HabroSanitizer for Habrahabr

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

什么是HabroSanitizer for Habrahabr?

HabroSanitizer for Habrahabr是由drag13开发的Chrome扩展程序,该扩展的主要功能是“HabroSanitizer hides posts in the feed written by unwanted authors or companies on Habr.com (habrahabr). Free, no ads, no telemetry.”。

扩展截图

screenshot
screenshot

下载HabroSanitizer for Habrahabr扩展crx文件

下载HabroSanitizer for Habrahabr扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 HabroSanitizer for Habrahabr HabroSanitizer for Habrahabr
ID gnbmgdpmmddeegooghfhjlchocllcgpc
官方URL https://chromewebstore.google.com/detail/habrosanitizer-for-habrah/gnbmgdpmmddeegooghfhjlchocllcgpc
简介 HabroSanitizer hides posts in the feed written by unwanted authors or companies on Habr.com (habrahabr). Free, no ads, no telemetry.
文件大小 30.54 KB
安装次数 139
当前版本 2.7.3
更新时间 2021-09-21
上架时间 2020-11-03
评分 5.00/5 共6次评分
开发者 drag13
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Drag13/HabrSanitizer
帮助页面URL https://github.com/Drag13/HabrSanitizer/issues
支持的语言 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"
}