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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } |