Mega AdBlock for Websites & YouTube™
Mega AdBlock removes unwanted websites and video ads.
Mega AdBlock for Websites & YouTube™ क्या है?
Mega AdBlock for Websites & YouTube™ Mega AdBlock para Internet e YouTube™ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mega AdBlock removes unwanted websites and video ads."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mega AdBlock for Websites & YouTube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Mega AdBlock enhances your experience while browsing your favorite websites. It blocks ads on websites and lets you watch your videos on YouTube™ without interruption, all with low CPU and RAM consumption. Blocks ads, banners and pop-ups Blocks ads in videos on YouTube™ This ad blocker is ready to be used in new versions of Google Chrome! It's totally free!
एक्सटेंशन की मूल जानकारी
नाम | Mega AdBlock for Websites & YouTube™ |
ID | hiiljgfgjlkoakaihlaklljgpepdkoap |
आधिकारिक URL | https://chromewebstore.google.com/detail/mega-adblock-for-websites/hiiljgfgjlkoakaihlaklljgpepdkoap |
विवरण | Mega AdBlock removes unwanted websites and video ads. |
फ़ाइल का आकार | 281 KB |
स्थापना संख्या | 1,541 |
वर्तमान संस्करण | 2.0.0.7 |
अंतिम अपडेट | 2023-08-18 |
प्रकाशन तिथि | 2023-08-18 |
रेटिंग | 5.00/5 कुल 9 रेटिंग्स |
डेवलपर | Mega AdBlock para Internet e YouTube™ |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://github.com/mega-adblock/adblock/wiki/Privacy-Policy |
समर्थित भाषाएँ | de,en,fr,es,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_nomeExtensao__", "description": "__MSG_descricaoExtensao__", "default_locale": "en", "version": "2.0.0.7", "manifest_version": 3, "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "scripts\/background-script.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/insite-ads-blocking.js" ], "all_frames": true, "run_at": "document_start" } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "scripts\/net-request-block-filters.json" } ] }, "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_nomeExtensao__", "default_popup": "pages\/popup.html" }, "permissions": [ "storage", "unlimitedStorage", "cookies", "declarativeNetRequest", "declarativeNetRequestFeedback" ], "host_permissions": [ "*:\/\/*\/*" ] } |