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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |