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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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",
        ""
    ]
}