Hiper AdBlock for Websites & YouTube™
Hiper AdBlock removes unwanted ad on websites and videos.
Hiper AdBlock for Websites & YouTube™ क्या है?
Hiper AdBlock for Websites & YouTube™ Ultra AdBlock द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hiper AdBlock removes unwanted ad on websites and videos."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hiper AdBlock for Websites & YouTube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Removes ads and pop-ups on YouTube™ and your favorite websites, all with low CPU and RAM consumption. Characteristics: - Removes ads, banner and popups - Remove ads on videos on YouTube™ News: - Already updated to be used with the new Google Chrome update. It's free to download and use!
एक्सटेंशन की मूल जानकारी
नाम | Hiper AdBlock for Websites & YouTube™ |
ID | ehbcbdefgokbnkgnkecmlabccnfnodab |
आधिकारिक URL | https://chrome.google.com/webstore/detail/hiper-adblock-for-website/ehbcbdefgokbnkgnkecmlabccnfnodab |
विवरण | Hiper AdBlock removes unwanted ad on websites and videos. |
फ़ाइल का आकार | 284 KB |
स्थापना संख्या | 123,215 |
वर्तमान संस्करण | 2.0.0.9 |
अंतिम अपडेट | 2023-02-16 |
प्रकाशन तिथि | 2022-09-06 |
रेटिंग | 4.39/5 कुल 310 रेटिंग्स |
डेवलपर | Ultra AdBlock |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.ultra-adblock.com/ |
सहायता पृष्ठ URL | https://www.ultra-adblock.com/ |
गोपनीयता नीति पृष्ठ URL | https://www.ultra-adblock.com/privacy-policy.html |
समर्थित भाषाएँ | de,en,fr,es,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "2.0.0.9", "manifest_version": 3, "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/block-sites-ads.js" ], "all_frames": true, "run_at": "document_start" } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "scripts\/block-list.json" } ] }, "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_extName__", "default_popup": "pages\/popup.html" }, "permissions": [ "storage", "unlimitedStorage", "cookies", "declarativeNetRequest", "declarativeNetRequestFeedback" ], "host_permissions": [ "*:\/\/*\/*" ] } |