Monitorito

This extension creates a real-time visualisation of your browsing activity

Qu'est-ce que Monitorito ?

Monitorito est une extension Chrome développée par Dimos Raptis, et sa fonction principale est "This extension creates a real-time visualisation of your browsing activity".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Monitorito

Téléchargez les fichiers d'extension Monitorito au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Monitorito is an extension capturing and visualising all the requests being made by the browser. Users can see a graph of all the domains they have accessed via requests, along with the corresponding connections between domains. In addition to that, users can:
- expand domains and also visualise each resource requested from each domain and the corresponding connections between resources (even across different domains)
- select specific domains nodes of the graph and see calculated metrics for this specific node, identifying behaviours (such as tracking)
- filter the graph and show only a specific sub-part of the graph, using specific paratemeters of the nodes
- cluster multiple domains in a single node, so that the user can aggregate the activity of multiple domains and investigate their behaviour as a whole
- export the data (the raw data or the generated graph)in .csv formatted files to import them in more advanced analytics tools                    

Informations de Base sur l'Extension

Nom Monitorito Monitorito
ID cpnoiekgkadngaefmiiomndachemdcde
URL Officiel https://chrome.google.com/webstore/detail/monitorito/cpnoiekgkadngaefmiiomndachemdcde
Description This extension creates a real-time visualisation of your browsing activity
Taille du Fichier 1.6 MB
Nombre d'Installations 49
Version Actuelle 1.0
Dernière Mise à Jour 2016-09-08
Date de Publication 2016-09-08
Développeur Dimos Raptis
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://monitorito.github.io
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Monitorito",
    "description": "This extension creates a real-time visualisation of your browsing activity",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webRequestBlocking",
        "storage",
        "unlimitedStorage"
    ]
}