Speedtest by Ookla
Take a Speedtest directly from your toolbar to quickly test your internet performance without interruption.
Qu'est-ce que Speedtest by Ookla ?
Speedtest by Ookla est une extension Chrome développée par https://speedtest.net, et sa fonction principale est "Take a Speedtest directly from your toolbar to quickly test your internet performance without interruption.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Speedtest by Ookla
Téléchargez les fichiers d'extension Speedtest by Ookla au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Speedtest by Ookla |
ID | pgjjikdiikihdfpoppgaidccahalehjh |
URL Officiel | https://chromewebstore.google.com/detail/speedtest-by-ookla/pgjjikdiikihdfpoppgaidccahalehjh |
Description | Take a Speedtest directly from your toolbar to quickly test your internet performance without interruption. |
Taille du Fichier | 3.47 MB |
Nombre d'Installations | 2,772,683 |
Version Actuelle | 1.0.9.11 |
Dernière Mise à Jour | 2023-06-15 |
Date de Publication | 2020-04-28 |
Évaluation | 4.41/5 Total 2967 Évaluations |
Développeur | https://speedtest.net |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.speedtest.net/privacy |
Langues Prises en Charge | 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" } ] } |