DAX / iStats log

Logs calls to DAX and iStats

Cos'è DAX / iStats log?

DAX / iStats log è un'estensione di Chrome sviluppata da Miguel L Gonzalez, e la sua funzione principale è "Logs calls to DAX and iStats".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DAX / iStats log

Scarica i file di estensione DAX / iStats log in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome DAX / iStats log DAX / iStats log
ID jgkkagdpkhpdpddcegfcahbakhefbbga
URL Ufficiale https://chromewebstore.google.com/detail/dax-istats-log/jgkkagdpkhpdpddcegfcahbakhefbbga
Descrizione Logs calls to DAX and iStats
Dimensione del File 84.51 KB
Conteggio Installazioni 256
Versione Corrente 0.5.3
Ultimo Aggiornamento 2015-06-19
Data di Pubblicazione 2015-06-19
Valutazione 5.00/5 Totale 11 Valutazioni
Sviluppatore Miguel L Gonzalez
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/miguelgonz/chrome_istats
URL della Pagina di Aiuto https://github.com/miguelgonz/chrome_istats
Lingue Supportate 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"
    }
}