RR Adblocker
Rutuj Runwal's Adblocker blocks ads and trackers to make your web surfing faster and safer.
RR Adblocker क्या है?
RR Adblocker Rutuj Runwal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rutuj Runwal's Adblocker blocks ads and trackers to make your web surfing faster and safer."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RR Adblocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
RR Adblocker is a free and effective adblocker for you! Browse faster and safer🏆 Lightweight, Robust and Open-Source⚡ Features✨ - Blocks Adverts - Blocks major Tracking Networks - Malware Protection It is the only adblocker you'll ever need! With low CPU usage and advanced protection features, it keeps annoying ads and trackers at bay. Benefits of ad blocking Improved Browsing Speeds Faster Content Loading Limits Unnecessary Distractions Decreases Bandwidth Consumption Free. Open source with public license (GPLv3)
एक्सटेंशन की मूल जानकारी
नाम | RR Adblocker |
ID | chnhdkklhnokmmcklomnlcmcdbdiaemp |
आधिकारिक URL | https://chromewebstore.google.com/detail/rr-adblocker/chnhdkklhnokmmcklomnlcmcdbdiaemp |
विवरण | Rutuj Runwal's Adblocker blocks ads and trackers to make your web surfing faster and safer. |
फ़ाइल का आकार | 905 KB |
स्थापना संख्या | 428 |
वर्तमान संस्करण | 0.1.8 |
अंतिम अपडेट | 2023-10-09 |
प्रकाशन तिथि | 2022-06-08 |
रेटिंग | 4.39/5 कुल 23 रेटिंग्स |
डेवलपर | Rutuj Runwal |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://rutuj-runwal.github.io/RRAdblocker/ |
समर्थित भाषाएँ | id,de,en,es-419,pt-BR,pt-PT,ro,mr,hi,bn,gu,te,kn-IN,ml |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.8", "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "tabs", "declarativeNetRequest", "storage", "declarativeNetRequestFeedback" ], "declarative_net_request": { "rule_resources": [ { "id": "blockLIST", "enabled": true, "path": "\/rules\/default.json" }, { "id": "advLIST", "enabled": false, "path": "\/rules\/adv.json" }, { "id": "antiprnLIST", "enabled": false, "path": "\/rules\/antiprn.json" }, { "id": "suspLIST", "enabled": false, "path": "\/rules\/susp.json" }, { "id": "antitrackLIST", "enabled": false, "path": "\/rules\/antitrack.json" } ] }, "icons": { "48": ".\/icons\/ad48.png", "64": ".\/icons\/ad64.png" }, "content_scripts": [ { "js": [ "yt_blocks.js", "content.js" ], "run_at": "document_end", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "action": { "default_popup": "Popup.html", "default_title": "RR Adblocker" }, "options_page": "options.html", "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "manifest_version": 3 } |