DAX / iStats log

Logs calls to DAX and iStats

Hvad er DAX / iStats log?

DAX / iStats log er en Chrome-udvidelse udviklet af Miguel L Gonzalez, og dens hovedfunktion er "Logs calls to DAX and iStats".

Udvidelsesskærmbilleder

screenshot

Download DAX / iStats log-udvidelses-CRX-fil

Download DAX / iStats log-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn DAX / iStats log DAX / iStats log
ID jgkkagdpkhpdpddcegfcahbakhefbbga
Officiel URL https://chromewebstore.google.com/detail/dax-istats-log/jgkkagdpkhpdpddcegfcahbakhefbbga
Beskrivelse Logs calls to DAX and iStats
Filstørrelse 84.51 KB
Antal Installationer 256
Nuværende Version 0.5.3
Senest Opdateret 2015-06-19
Udgivelsesdato 2015-06-19
Bedømmelse 5.00/5 Samlet 11 Bedømmelser
Udvikler Miguel L Gonzalez
Betalingsmetode free
Udvidelseswebsted https://github.com/miguelgonz/chrome_istats
Hjælpeside-URL https://github.com/miguelgonz/chrome_istats
Understøttede Sprog 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"
    }
}