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 là gì?

HabroSanitizer for Habrahabr là một tiện ích mở rộng Chrome được phát triển bởi drag13, và tính năng chính của nó là "HabroSanitizer hides posts in the feed written by unwanted authors or companies on Habr.com (habrahabr). Free, no ads, no telemetry.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HabroSanitizer for Habrahabr

Tải xuống các tệp mở rộng HabroSanitizer for Habrahabr dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HabroSanitizer for Habrahabr HabroSanitizer for Habrahabr
ID gnbmgdpmmddeegooghfhjlchocllcgpc
URL Chính Thức https://chromewebstore.google.com/detail/habrosanitizer-for-habrah/gnbmgdpmmddeegooghfhjlchocllcgpc
Mô tả HabroSanitizer hides posts in the feed written by unwanted authors or companies on Habr.com (habrahabr). Free, no ads, no telemetry.
Kích Thước Tệp 30.54 KB
Số Lần Cài Đặt 139
Phiên Bản Hiện Tại 2.7.3
Cập Nhật Lần Cuối 2021-09-21
Ngày Phát Hành 2020-11-03
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển drag13
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Drag13/HabrSanitizer
URL Trang Trợ Giúp https://github.com/Drag13/HabrSanitizer/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}