InternetSpeedAudit

Check your Internet speed - Download and Upload for free directly from your browser

InternetSpeedAudit क्या है?

InternetSpeedAudit https://www.internetspeedaudit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check your Internet speed - Download and Upload for free directly from your browser"।

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

crx प्रारूप में InternetSpeedAudit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Browse websites and view videos at top speeds!

Tired of slow internet connections and buffering videos? Now you can make that a part of the past with the Internet Speed Audit extension! Simply install it on your Chrome browser and analyze your computer's activities to find out what is slowing it down. Once the results are in, you can fix the problem with the click of a button and instantly boost your internet speed!                    

एक्सटेंशन की मूल जानकारी

नाम InternetSpeedAudit InternetSpeedAudit
ID agocfodpbghlkdpkohdfniikffncmpkm
आधिकारिक URL https://chromewebstore.google.com/detail/internetspeedaudit/agocfodpbghlkdpkohdfniikffncmpkm
विवरण Check your Internet speed - Download and Upload for free directly from your browser
फ़ाइल का आकार 31.89 KB
स्थापना संख्या 104
वर्तमान संस्करण 4.7.3
अंतिम अपडेट 2016-03-20
प्रकाशन तिथि 2016-03-20
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.internetspeedaudit.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://www.keydownload.com/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "scripts": [
            "js\/chromeUtils.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon128.png",
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png"
        },
        "default_popup": "Frame.html",
        "default_title": "Internet Speed Audit"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.imgfarm.com\/ https:\/\/*.webfetti.com\/ https:\/\/*.wdgserv.com\/ https:\/\/*.optimizely.com\/ 'unsafe-eval'; object-src 'self' https:\/\/*.imgfarm.com\/ https:\/\/*.webfetti.com\/ https:\/\/*.wdgserv.com\/ https:\/\/*.optimizely.com\/",
    "description": "Check your Internet speed - Download and Upload for free directly from your browser",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "InternetSpeedAudit",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/127.0.0.1\/*",
        "http:\/\/localhost\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.7.3",
    "web_accessible_resources": [
        "toolbarUI.html",
        "components\/api\/window\/widgetWindow.html",
        "components\/search\/html\/searchSuggestions.html",
        "common\/widget-api\/widgets\/rss\/rssWidget.html",
        "components\/moviereviews\/html\/movieReviews.html",
        "common\/components\/embedscript\/html\/embedScriptTemplate.html",
        "common\/components\/embedhtml\/html\/embedHtmlTemplate.html",
        "common\/components\/menu\/html\/menuframe.html",
        "common\/widget-api\/widgets\/weather\/weatherButton.html",
        "components\/supertab\/html\/supertab.html",
        "common\/widget-api\/widgets\/radio\/radio-widget.html",
        "js\/widgetContentScriptInjectee.js"
    ]
}