Speedtest Google (for chrome)
OOKLA SPEEDTEST: BEST FREE SPEEDTEST
Speedtest Google (for chrome) क्या है?
Speedtest Google (for chrome) Grey corporation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "OOKLA SPEEDTEST: BEST FREE SPEEDTEST"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Speedtest Google (for chrome) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Speed test 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. We encourage you to read our updated Privacy Policy: https://youtube-adblocker.blogspot.com/2022/05/privacy-policyoklaa-speedtest-for-google.html Features: Get your ping, download, and upload speeds within seconds Measure how fast websites load on Google. Check the Internet, check the Internet speed in a few seconds using SpeedTest, Wifi tester: Accurate speed test results Control network stability with SpeedTest Effective speed safety test convenient interface of SpeedTest program Easy to use SpeedTest is a low-power, fast-loading program Google chrome extension. Works on Google, chrome ,Bing, MICROSOFT EDGE , etc... all the platforms. Note: This extension is not developed and maintained by Google. It is not related to the Google LLC in any manner.
एक्सटेंशन की मूल जानकारी
नाम | Speedtest Google (for chrome) |
ID | lehkjkiamkllgoeapaekldipihookllo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/speedtest-google-for-chro/lehkjkiamkllgoeapaekldipihookllo |
विवरण | OOKLA SPEEDTEST: BEST FREE SPEEDTEST |
फ़ाइल का आकार | 44.97 KB |
स्थापना संख्या | 236 |
वर्तमान संस्करण | 3.164 |
अंतिम अपडेट | 2022-10-22 |
प्रकाशन तिथि | 2022-06-14 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Grey corporation |
ईमेल | [email protected] |
गोपनीयता नीति पृष्ठ URL | https://youtube-adblocker.blogspot.com/2022/05/privacy-policyoklaa-speedtest-for-google.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Speedtest Google (for chrome)", "description": "OOKLA SPEEDTEST: BEST FREE SPEEDTEST", "version": "3.164", "icons": { "16": "OKLA16.png", "48": "OKLA48.png", "128": "OKLA128.png" }, "content_scripts": [ { "js": [ "popup.js" ], "run_at": "document_idle", "matches": [ "https:\/\/*\/*" ] } ], "action": { "default_popup": "speedtest.html" }, "host_permissions": [ "https:\/\/*\/*" ] } |