site-sonar

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

什麼是site-sonar?

site-sonar是由https://site-sonar.com開發的Chrome擴展程式,該擴展的主要功能是“Investigating the worst players in slow-loading advertisements on the web.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載site-sonar擴展crx文件

下載site-sonar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 site-sonar site-sonar
ID lpcnigiahglfjiepmmnjcikgecjkfhgc
官方網址 https://chromewebstore.google.com/detail/site-sonar/lpcnigiahglfjiepmmnjcikgecjkfhgc
簡介 Investigating the worst players in slow-loading advertisements on the web.
檔案大小 153 KB
安裝次數 21
目前版本 1.1
更新時間 2016-09-08
上架時間 2016-09-08
開發者 https://site-sonar.com
付費類型 free
擴展官網 http://site-sonar.com
說明頁面URL https://github.com/francescostl/site-sonar/
支援的語言 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",
        ""
    ]
}