adblocker
Simply Block Ads on almost all sites like youtube,google and more
adblocker là gì?
adblocker là một tiện ích mở rộng Chrome được phát triển bởi Kumar Rajmani Bapat, và tính năng chính của nó là "Simply Block Ads on almost all sites like youtube,google and more".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng adblocker
Tải xuống các tệp mở rộng adblocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | flfjoelbogbjlccbakjpmfnffhgmdlff |
URL Chính Thức | https://chrome.google.com/webstore/detail/adblocker/flfjoelbogbjlccbakjpmfnffhgmdlff |
Mô tả | Simply Block Ads on almost all sites like youtube,google and more |
Kích Thước Tệp | 26.18 KB |
Số Lần Cài Đặt | 363 |
Phiên Bản Hiện Tại | 2.10.2 |
Cập Nhật Lần Cuối | 2021-05-29 |
Ngày Phát Hành | 2020-08-22 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Kumar Rajmani Bapat |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://paramsiddha.wordpress.com/ |
URL Trang Trợ Giúp | https://www.paypal.com/paypalme/paramsiddha |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |