AdBlocker by Trustnav
Adblocker by Trustnav is the definitive adblock as it removes popups, annoying banners and video ads.
AdBlocker by Trustnavคืออะไร?
AdBlocker by Trustnav เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trustnav.com และคุณลักษณะหลักของมันคือ "Adblocker by Trustnav is the definitive adblock as it removes popups, annoying banners and video ads."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AdBlocker by Trustnav
ดาวน์โหลดไฟล์ส่วนขยาย AdBlocker by Trustnav ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
AdBlocker is the fastest adblock extension available. Use AdBlocker to get rid of banner ads, popup windows and stop advertising companies from tracking your moves online. Surf the internet safely and ad-free with the most complete and lightweight adblock extension for Chrome! Free AdBlocker blocks: * Annoying Banners * Annoying Facebook Ads and Sponsored Stories * Ad-network tracking * Popups and Pop-unders AdBlocker is part of Trustnav Security Suite. Get complete protection for yourself and your family at www.trustnav.com By installing AdBlocker you accept the following ToS and Privacy Policy: www.trustnav.com/privacy www.trustnav.com/tos
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AdBlocker by Trustnav |
ID | dgbldpiollgaehnlegmfhioconikkjjh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/adblocker-by-trustnav/dgbldpiollgaehnlegmfhioconikkjjh |
คำอธิบาย | Adblocker by Trustnav is the definitive adblock as it removes popups, annoying banners and video ads. |
ขนาดไฟล์ | 1.07 MB |
จำนวนการติดตั้ง | 371,901 |
เวอร์ชันปัจจุบัน | 2.8.6 |
อัปเดตครั้งล่าสุด | 2023-01-10 |
วันที่เผยแพร่ | 2019-05-08 |
คะแนน | 4.24/5 รวมทั้งหมด 1512 คะแนน |
ผู้พัฒนา | https://trustnav.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.trustnav.com/en/adblocker |
URL หน้าช่วยเหลือ | https://support.trustnav.com/hc/en-us |
URL หน้านโยบายความเป็นส่วนตัว | https://www.trustnav.com/en/legal/privacy |
ภาษาที่รองรับ | de,en,fr,es,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_name__", "short_name": "__MSG_app_name__", "description": "__MSG_app_description__", "version": "2.8.6", "default_locale": "en", "browser_action": { "default_popup": ".\/views\/popup\/popup.html", "default_icon": ".\/icons\/Block64.png" }, "content_scripts": [ { "all_frames": true, "js": [ "adblock\/polyfill.js", "adblock\/ext\/common.js", "adblock\/ext\/content.js", "adblock\/include.preload.js" ], "match_about_blank": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ ".\/vendors\/jquery.min.js", ".\/content_scripts\/popup_blocker\/utils.js", ".\/content_scripts\/popup_blocker\/events.js", ".\/content_scripts\/popup_blocker\/popupBlocker.js" ], "css": [ ".\/content_scripts\/popup_blocker\/css\/style.css" ], "matches": [ " |