DAX / iStats log
Logs calls to DAX and iStats
ما هو DAX / iStats log؟
DAX / iStats log هو إضافة Chrome تم تطويرها بواسطة Miguel L Gonzalez، والميزة الرئيسية لها هي "Logs calls to DAX and iStats".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DAX / iStats log
قم بتنزيل ملفات الامتداد DAX / iStats log بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
V. 0.5.2 Works on SSL pages. Better way to enable/disable V. 0.5. Allows filtering by path. V. 0.4. Now the panel is an independent window. This extension logs calls to iStats to help find out what information is being sent to this service. It features white and blacklisting, as well as label filtering, so tracking down the label in the stat you're looking for is easier. For any issues, bugs, ideas or praises: https://github.com/miguelgonz/chrome_istats
معلومات أساسية عن التمديد
الاسم | DAX / iStats log |
ID | jgkkagdpkhpdpddcegfcahbakhefbbga |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dax-istats-log/jgkkagdpkhpdpddcegfcahbakhefbbga |
الوصف | Logs calls to DAX and iStats |
حجم الملف | 84.51 KB |
عدد التثبيتات | 256 |
النسخة الحالية | 0.5.3 |
آخر تحديث | 2015-06-19 |
تاريخ النشر | 2015-06-19 |
تقييم | 5.00/5 مجموع تقييمات 11 |
المطور | Miguel L Gonzalez |
نوع الدفع | free |
موقع الإضافة | https://github.com/miguelgonz/chrome_istats |
عنوان صفحة المساعدة | https://github.com/miguelgonz/chrome_istats |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DAX \/ iStats log", "version": "0.5.3", "description": "Logs calls to DAX and iStats", "options_page": "options.html", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.bbc.co.uk\/*", "activeTab", "storage" ], "background": { "scripts": [ "js\/background.js" ] }, "manifest_version": 2, "browser_action": { "default_title": "", "default_icon": "img\/logo.png" }, "icons": { "48": "img\/logo.png" } } |