DAX / iStats log

Logs calls to DAX and iStats

Wat is DAX / iStats log?

DAX / iStats log is een Chrome-extensie ontwikkeld door Miguel L Gonzalez, en de belangrijkste functie is "Logs calls to DAX and iStats".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DAX / iStats log

Download DAX / iStats log-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam DAX / iStats log DAX / iStats log
ID jgkkagdpkhpdpddcegfcahbakhefbbga
Officiële URL https://chromewebstore.google.com/detail/dax-istats-log/jgkkagdpkhpdpddcegfcahbakhefbbga
Beschrijving Logs calls to DAX and iStats
Bestandsgrootte 84.51 KB
Aantal Installaties 256
Huidige Versie 0.5.3
Laatst Bijgewerkt 2015-06-19
Publicatiedatum 2015-06-19
Beoordeling 5.00/5 Totaal 11 Beoordelingen
Ontwikkelaar Miguel L Gonzalez
Betalingswijze free
Extensiewebsite https://github.com/miguelgonz/chrome_istats
Help Pagina-URL https://github.com/miguelgonz/chrome_istats
Ondersteunde Talen 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"
    }
}