adBlocker for Browser
adBlocker effectively removes ads on all websites in Chrome browser. Stop popup, banners, pre-roll and text ads
adBlocker for Browserคืออะไร?
adBlocker for Browser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stephen Sotomayor และคุณลักษณะหลักของมันคือ "adBlocker effectively removes ads on all websites in Chrome browser. Stop popup, banners, pre-roll and text ads"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย adBlocker for Browser
ดาวน์โหลดไฟล์ส่วนขยาย adBlocker for Browser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Rid off annoying pop-ups and deceptive ads from your browser with the extension. It works effectively and stays invisible for you. Increase your user experience with the adblocker for browser: keep the control of your online activity. No more intrusive trackers, notifications and annoying advertisement. Removing unwanted ads will keep your computer safe from threats and potential unwanted programs. Please Be Advised: When installing Adblocker for Browser, you will get a warning that The extension will receive access to your browsing history and data. This is a standard message - we never collect any user information.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bnlfmcjpjnadehiimggipeemmkbcobjf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/adblocker-for-browser/bnlfmcjpjnadehiimggipeemmkbcobjf |
คำอธิบาย | adBlocker effectively removes ads on all websites in Chrome browser. Stop popup, banners, pre-roll and text ads |
ขนาดไฟล์ | 837 KB |
จำนวนการติดตั้ง | 4,826 |
เวอร์ชันปัจจุบัน | 1.4.8 |
อัปเดตครั้งล่าสุด | 2023-01-03 |
วันที่เผยแพร่ | 2022-12-28 |
ผู้พัฒนา | Stephen Sotomayor |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "description": "__MSG_description__", "devtools_page": "html\/devtools.html", "icons": { "128": "img\/ab-128.png", "16": "img\/ab-16.png", "32": "img\/ab-32.png", "48": "img\/ab-48.png", "64": "img\/ab-64.png" }, "version": "1.4.8", "manifest_version": 2, "minimum_chrome_version": "1.0", "name": "__MSG_name__", "background": { "persistent": true, "scripts": [ "background-scripts\/common.js", "background-scripts\/background.js", "libs\/compat.min.js", "libs\/publicSuffixList.js", "libs\/adblockplus.min.js", "messageResponder.js", "background.js", "libs\/jquery.min.js", "js\/adblock\/errorreporting.js", "js\/adblock\/adblock-functions.js", "js\/adblock\/survey.js", "js\/adblock\/stats.js", "js\/adblock\/uninstall.js", "js\/adblock\/idlehandler.js", "js\/adblock\/settings.js", "js\/adblock\/servermessages.js", "js\/adblock\/adblock-bg.js", "js\/adblock\/adpsubscriptionadapter.js", "js\/adblock\/contextmenus.js", "js\/subscriptioninit.js", "js\/adblock\/data-migrate.js", "js\/adblock\/excludefilter.js", "js\/adblock\/datacollection.v2.js" ] }, "browser_action": { "default_icon": { "16": "img\/ab-16.png", "19": "img\/ab-19.png", "20": "img\/ab-20.png", "32": "img\/ab-32.png", "38": "img\/ab-38.png", "40": "img\/ab-40.png" }, "default_popup": "html\/adblock\/button-popup.html", "default_title": "__MSG_name__" }, "content_scripts": [ { "all_frames": true, "js": [ "background-scripts\/common.js", "background-scripts\/content.js", "elemHideEmulation.js", "include.preload.js", "js\/adblock\/adblock-functions.js", "js\/adblock\/bandaids.js" ], "match_about_blank": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "include.postload.js", "js\/ui-scripts\/rightclick_hook.js", "js\/notificationoverlay.js" ], "match_about_blank": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "options_ui": { "open_in_tab": true, "page": "html\/options.html" }, "permissions": [ "tabs", " |