site-sonar
Investigating the worst players in slow-loading advertisements on the web.
¿Qué es site-sonar?
site-sonar es una extensión de Chrome desarrollada por https://site-sonar.com, y su función principal es "Investigating the worst players in slow-loading advertisements on the web.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión site-sonar
Descarga archivos de extensión site-sonar en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | site-sonar |
ID | lpcnigiahglfjiepmmnjcikgecjkfhgc |
URL Oficial | https://chromewebstore.google.com/detail/site-sonar/lpcnigiahglfjiepmmnjcikgecjkfhgc |
Descripción | Investigating the worst players in slow-loading advertisements on the web. |
Tamaño del Archivo | 153 KB |
Cantidad de Instalaciones | 21 |
Versión Actual | 1.1 |
Última Actualización | 2016-09-08 |
Fecha de Publicación | 2016-09-08 |
Desarrollador | https://site-sonar.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://site-sonar.com |
URL de la Página de Ayuda | https://github.com/francescostl/site-sonar/ |
Idiomas Soportados | 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", " |