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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย drag13 และคุณลักษณะหลักของมันคือ "HabroSanitizer hides posts in the feed written by unwanted authors or companies on Habr.com (habrahabr). Free, no ads, no telemetry."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HabroSanitizer for Habrahabr

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}