Speedtest by Ookla

Take a Speedtest directly from your toolbar to quickly test your internet performance without interruption.

Speedtest by Ookla क्या है?

Speedtest by Ookla https://speedtest.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take a Speedtest directly from your toolbar to quickly test your internet performance without interruption."।

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

screenshot
screenshot

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

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

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

                        We encourage you to read our updated Privacy Policy: http://www.speedtest.net/privacy

Take a Speedtest directly from your Google Chrome toolbar to quickly test your internet performance without interruption. Measure how fast the pages you visit load with Web Speed.

Features:
- Get your ping, download, and upload speeds within seconds
- Measure how fast websites load

Permissions:
Chrome will ask for permission to "Read and change all your data on the websites you visit". Speedtest also measures how fast websites load with Web Speed, and it uses this permission to know how long it takes a given website to load. You can disable Web Speed in the extension settings.                    

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

नाम Speedtest by Ookla Speedtest by Ookla
ID pgjjikdiikihdfpoppgaidccahalehjh
आधिकारिक URL https://chromewebstore.google.com/detail/speedtest-by-ookla/pgjjikdiikihdfpoppgaidccahalehjh
विवरण Take a Speedtest directly from your toolbar to quickly test your internet performance without interruption.
फ़ाइल का आकार 3.47 MB
स्थापना संख्या 2,772,683
वर्तमान संस्करण 1.0.9.11
अंतिम अपडेट 2023-06-15
प्रकाशन तिथि 2020-04-28
रेटिंग 4.41/5 कुल 2967 रेटिंग्स
डेवलपर https://speedtest.net
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.speedtest.net/privacy
समर्थित भाषाएँ id,de,en,fr,nl,es,it,pl,pt-BR,pt-PT,sv,ru,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "Speedtest",
    "content_security_policy": "script-src 'self' https:\/\/www.speedtest.net https:\/\/www.googletagmanager.com\/gtm.js https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "version": "1.0.9.11",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "images\/gauge-16.png",
        "48": "images\/gauge-48.png",
        "128": "images\/gauge-128.png"
    },
    "permissions": [
        "webRequest",
        "background",
        "storage",
        "tabs"
    ],
    "background": {
        "page": "\/background.html"
    },
    "options_page": "index.html?options=true",
    "browser_action": {
        "default_icon": {
            "19": "images\/gauge-19.png",
            "38": "images\/gauge-38.png"
        },
        "default_title": "Speedtest",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "webspeed.js"
            ],
            "run_at": "document_end"
        }
    ]
}