Moat Extension
Tracks what ads are running on the internet.
Moat Extensionคืออะไร?
Moat Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://moat.com และคุณลักษณะหลักของมันคือ "Tracks what ads are running on the internet."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Moat Extension
ดาวน์โหลดไฟล์ส่วนขยาย Moat Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Discover the ad servers, DSPs, networks, exchanges, and measurement platforms involved in each ad impression.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Moat Extension |
ID | eejdpcjcnjbndalmijmikijcjiehfgkd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/moat-extension/eejdpcjcnjbndalmijmikijcjiehfgkd |
คำอธิบาย | Tracks what ads are running on the internet. |
ขนาดไฟล์ | 1.53 MB |
จำนวนการติดตั้ง | 4,561 |
เวอร์ชันปัจจุบัน | 1.2.2 |
อัปเดตครั้งล่าสุด | 2020-06-09 |
วันที่เผยแพร่ | 2020-06-08 |
คะแนน | 4.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://moat.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.moat.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://pro.moat.com/extension/official/consent/terms |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.2.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/moat_16.png", "128": "images\/moat_128.png" }, "browser_action": { "default_icon": "images\/moat_128.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "images\/*.png", "external\/*.js", "iframe.js", "iframe.html", "tagTree.js", "tagTree.html", "reload.html", "reload.js" ], "permissions": [ "tabs", "webRequest", "webRequestBlocking", "webNavigation", "cookies", "*:\/\/*.moat.com\/*", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "default_locale": "en", "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'; frame-src 'self' *; child-src 'self' *", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "http:\/\/*.moat.com\/*", "http:\/\/*.moat.co\/*", "http:\/\/*.moatads.com\/*", "https:\/\/*.moat.com\/*", "https:\/\/*.moat.co\/*", "https:\/\/*.moatads.com\/*" ], "js": [ "adparser.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "external\/jquery-2.1.3.min.js", "external\/jquery-ui-1.11.4.min.js", "external\/velocity.min.js", "external\/velocity.ui.min.js", "multipurpose.js", "contentutils.js", "eventHandler.js", "createCSS.js", "mouseevent.js", "template.js", "create.js", "highlightChrome.js", "page.js" ], "css": [ "extension.css" ], "run_at": "document_start" } ] } |