Ad Inspector
Shows ad parameters from ads on the current page
Ad Inspectorคืออะไร?
Ad Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Shows ad parameters from ads on the current page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ad Inspector
ดาวน์โหลดไฟล์ส่วนขยาย Ad Inspector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome extension can be used to inspect ad calls. The following ad types are supported: AOL Display Ads, Yellow Pages beacon calls, CityGrid, and Yext.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ghelmogfoibcfahajebncoldbnipaoni |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ad-inspector/ghelmogfoibcfahajebncoldbnipaoni |
คำอธิบาย | Shows ad parameters from ads on the current page |
ขนาดไฟล์ | 33.09 KB |
จำนวนการติดตั้ง | 78 |
เวอร์ชันปัจจุบัน | 2.0.2 |
อัปเดตครั้งล่าสุด | 2016-06-01 |
วันที่เผยแพร่ | 2016-06-01 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/pianosnake/ad-inspector |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ad Inspector", "version": "2.0.2", "manifest_version": 2, "author": "Florin Alexandrescu", "description": "Shows ad parameters from ads on the current page", "devtools_page": "devtools.html", "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |