site-sonar

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

site-sonar क्या है?

site-sonar https://site-sonar.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Investigating the worst players in slow-loading advertisements on the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में site-sonar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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",
        ""
    ]
}