Adblock Master
Removes any Ads from your browser. Precise sniping for ads of various AD unions, and some video ads.
Adblock Masterคืออะไร?
Adblock Master เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ad-blocker.uk และคุณลักษณะหลักของมันคือ "Removes any Ads from your browser. Precise sniping for ads of various AD unions, and some video ads."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adblock Master
ดาวน์โหลดไฟล์ส่วนขยาย Adblock Master ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
❤️ Are you still troubled by all kinds of web page advertisements flying all over the screen? They waste your time and energy, and consume your limited computer resources. There are even some malicious ad codes that maliciously collect your personal information. If you need an ad blocking extension that can bring you a pure and smooth online experience, then choosing us is definitely one of the best things you do. ❤️ This extension is mainly used to block advertisements on various computer web pages, including floating advertisements, advertisement banners and pop-up advertisements. It can block more than 80% of the page advertisements, especially the ads code from Amazon, Yahoo, Baidu and other large advertising unions. It uses the latest MV3 development standard, it saves your computer resources, is smart and concise, and is always free. ❤️ Different from old-fashioned anti-advertising software such as ublock and adblockplus, its interception is simpler and rougher. As long as it is a js file that complies with the rules, banner images, video streams, subframes, and css can all be blocked. ❤️ The new version 1.3.1 has added the function of blocking video ads to further enhance the browsing experience. Currently supports 8 video sites adblock including Youtube. ❤️ You may find that some advertising marketing sites cannot be opened or run abnormally, such as 'adpushup.com'. This is normal, becuase the extension recognizes and blocks them. You just need to temporarily turn off this extension. ❤️ If you think it is not too bad, please be sure to give us a good review or recommend it to your friends, thank you very much! [HELP] -> Running Switch Turning this switch on or off indicates whether the ad block function is enabled or not. When off, the extended icon on browser toolbar whould turn gray. -> Common language You can choose the common language of the website that you often visit, such as ‘English’, which will accurately block advertisements for English websites. After setting, please remember to click the 'Apply' button to make it effectiveYou should avoid choosing too many languages so that it runs more efficiently in your browser.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Adblock Master |
ID | aalliemglapliaagpcgcjkcmidodoicc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/adblock-master/aalliemglapliaagpcgcjkcmidodoicc |
คำอธิบาย | Removes any Ads from your browser. Precise sniping for ads of various AD unions, and some video ads. |
ขนาดไฟล์ | 472 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 1.4.0 |
อัปเดตครั้งล่าสุด | 2023-12-22 |
วันที่เผยแพร่ | 2022-10-14 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://ad-blocker.uk |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.ad-blocker.uk |
URL หน้านโยบายความเป็นส่วนตัว | https://www.ad-blocker.uk |
ภาษาที่รองรับ | de,en,fr,es,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extension_name__", "default_locale": "en", "description": "__MSG_extension_description__", "version": "1.4.0", "background": { "service_worker": "\/js\/serviceWorker.js", "type": "module" }, "action": { "default_icon": { "64": "icons\/icon.png" }, "default_popup": "popup.html", "default_title": "__MSG_extension_name__" }, "content_scripts": [ { "all_frames": true, "js": [ "lib\/jquery-3.6.0.js", "lib\/arrive.min.js", "js\/inject.js", "js\/xmlhttpInject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "js\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "icons": { "64": "icons\/icon.png" }, "permissions": [ "storage", "declarativeNetRequest", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "js\/xmlhttp.js", "lib\/jquery-3.6.0.js" ], "matches": [ "*:\/\/*\/*" ], "use_dynamic_url": true } ] } |