site-sonar

Investigating the worst players in slow-loading advertisements on the web.

Qu'est-ce que site-sonar ?

site-sonar est une extension Chrome développée par https://site-sonar.com, et sa fonction principale est "Investigating the worst players in slow-loading advertisements on the web.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension site-sonar

Téléchargez les fichiers d'extension site-sonar 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

                        The Site Sonar browser extension is a tool for benchmarking on-page ad performance as you browse. Use the performance tool to profile your own website or the executive dashboard to see how much memory ads take up in your everyday browsing. After logging benchmarks on ad assets, Site Sonar sends your benchmark data to our servers where it is aggregated for public display (visit site-sonar.com/dashboard).

Site Sonar is a project aimed at public benefit through a pragmatic approach to identifying the good and bad players in Ad Publishing on the internet. We believe that the Open Web should mean equal access; something that can be reached through crowd sourced praise and accountability. As such, we also care about your privacy and will never attempt to personally identify you. That said, Site Sonar must collect a subset of your browsing data to do its job (unless you opt out), so be sure to check out our privacy policy.                    

Informations de Base sur l'Extension

Nom site-sonar site-sonar
ID lpcnigiahglfjiepmmnjcikgecjkfhgc
URL Officiel https://chromewebstore.google.com/detail/site-sonar/lpcnigiahglfjiepmmnjcikgecjkfhgc
Description Investigating the worst players in slow-loading advertisements on the web.
Taille du Fichier 153 KB
Nombre d'Installations 21
Version Actuelle 1.1
Dernière Mise à Jour 2016-09-08
Date de Publication 2016-09-08
Développeur https://site-sonar.com
Type de Paiement free
Site Web de l'Extension http://site-sonar.com
URL de la Page d'Aide https://github.com/francescostl/site-sonar/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Investigating the worst players in slow-loading advertisements on the web.",
    "manifest_version": 2,
    "name": "site-sonar",
    "version": "1.1",
    "homepage_url": "https:\/\/github.com\/FrancescoSTL\/Site-Sonar",
    "icons": {
        "48": "icons\/border-48.png"
    },
    "background": {
        "scripts": [
            "js\/web-crawler.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/border-48.png",
        "default_title": "Site Sonar Dashboard",
        "default_popup": "views\/userReport.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webNavigation",
        "alarms",
        "tabs",
        "https:\/\/ultra-lightbeam.herokuapp.com\/log",
        ""
    ]
}