adblocker
Simply Block Ads on almost all sites like youtube,google and more
adblocker क्या है?
adblocker Kumar Rajmani Bapat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simply Block Ads on almost all sites like youtube,google and more"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में adblocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Removes ads from YouTube Permissions: like common ad-blocking extensions. Block ads and pop-ups on almost all websites like YouTube, Facebook, Twitter, and your favorite websites and more. Note this AdBlock for Chrome works automatically if Enabled. Firstly just click "Add to Chrome," then visit your favorite website do the google search and then click on extension and press Enable . Now you can simply browse freely without any seeing Annoying, Unobtrusive and Unwanted ads or can go to YouTube and enjoy watching videos ad free . For Financial Support Indians can contribute at upi id- k.rajmani@paytm and Foreigners/NRI's using below link https://www.paypal.com/paypalme/paramsiddha please contribute to support the efforts and so that will continue bring more such extensions to stay productive , also give your feedback and rating. Thanks
एक्सटेंशन की मूल जानकारी
नाम | |
ID | flfjoelbogbjlccbakjpmfnffhgmdlff |
आधिकारिक URL | https://chrome.google.com/webstore/detail/adblocker/flfjoelbogbjlccbakjpmfnffhgmdlff |
विवरण | Simply Block Ads on almost all sites like youtube,google and more |
फ़ाइल का आकार | 26.18 KB |
स्थापना संख्या | 363 |
वर्तमान संस्करण | 2.10.2 |
अंतिम अपडेट | 2021-05-29 |
प्रकाशन तिथि | 2020-08-22 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | Kumar Rajmani Bapat |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://paramsiddha.wordpress.com/ |
सहायता पृष्ठ URL | https://www.paypal.com/paypalme/paramsiddha |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "adblocker", "version": "2.10.2", "description": "Simply Block Ads on almost all sites like youtube,google and more", "author": "Kumar Rajmani Bapat", "page_action": { "default_icon": "128.png", "default_popup": "popup.html" }, "icons": { "16": "16.png", "48": "48.png", "64": "64.png", "128": "128.png" }, "background": { "scripts": [ "mainevent.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*", "*:\/\/www.google.com\/*", "*:\/\/web.whatsapp.com\/*", "*:\/\/en.wikipedia.org\/*", "*:\/\/www.bing.com\/*", "*:\/\/www.StartPage.com\/*", "*:\/\/www.yandex.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab" ] } |