MySpeed
MySpeed
What is MySpeed?
MySpeed is a Chrome extension developed by TOH Web Store, and its main feature is "MySpeed".
Extension Screenshots
Download MySpeed Extension CRX File
Download MySpeed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Check the speed of your internet connection with MySpeed (Updated) Extension Basic Information
| Name | |
| ID | djdhahjjkhhahoejfplmffpaidbhdojh |
| Official URL | https://chromewebstore.google.com/detail/myspeed/djdhahjjkhhahoejfplmffpaidbhdojh |
| Description | MySpeed |
| File Size | 3.4 MB |
| Installation Count | 100 |
| Current Version | 1.5 |
| Last Updated | 2021-09-14 |
| Publish Date | 2020-06-11 |
| Developer | TOH Web Store |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://gospeedcheck.com |
| Help Page URL | https://gospeedcheck.com/about |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MySpeed",
"version": "1.5",
"manifest_version": 2,
"description": "MySpeed",
"homepage_url": "https:\/\/gospeedcheck.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"assets\/jquery.min.js",
"assets\/js.cookie.min.js",
"assets\/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "icons\/icon19.png",
"38": "icons\/icon38.png"
},
"default_title": "MySpeed",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' https:\/\/*.sharethis.com; object-src 'self'",
"omnibox": {
"keyword": "MySpeed"
},
"web_accessible_resources": [],
"permissions": [
"http:\/\/gospeedcheck.com\/*",
"https:\/\/gospeedcheck.com\/*",
"storage",
"unlimitedStorage"
]
} | |