DAX / iStats log

Logs calls to DAX and iStats

What is DAX / iStats log?

DAX / iStats log is a Chrome extension developed by Miguel L Gonzalez, and its main feature is "Logs calls to DAX and iStats".

Extension Screenshots

screenshot

Download DAX / iStats log Extension CRX File

Download DAX / iStats log extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name DAX / iStats log DAX / iStats log
ID jgkkagdpkhpdpddcegfcahbakhefbbga
Official URL https://chromewebstore.google.com/detail/dax-istats-log/jgkkagdpkhpdpddcegfcahbakhefbbga
Description Logs calls to DAX and iStats
File Size 84.51 KB
Installation Count 256
Current Version 0.5.3
Last Updated 2015-06-19
Publish Date 2015-06-19
Rating 5.00/5 Total 11 Ratings
Developer Miguel L Gonzalez
Payment Type free
Extension Website https://github.com/miguelgonz/chrome_istats
Help Page URL https://github.com/miguelgonz/chrome_istats
Supported Languages 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"
    }
}