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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "HabroSanitizer hides posts in the feed written by unwanted authors or companies on Habr.com (habrahabr). Free, no ads, no telemetry."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HabroSanitizer for Habrahabr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } |