MySpeed

MySpeed

什么是MySpeed?

MySpeed是由TOH Web Store开发的Chrome扩展程序,该扩展的主要功能是“MySpeed”。

扩展截图

screenshot
screenshot

下载MySpeed扩展crx文件

下载MySpeed扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Check the speed of your internet connection with MySpeed (Updated)                    

扩展基本信息

名称 MySpeed MySpeed
ID djdhahjjkhhahoejfplmffpaidbhdojh
官方URL https://chromewebstore.google.com/detail/myspeed/djdhahjjkhhahoejfplmffpaidbhdojh
简介 MySpeed
文件大小 3.4 MB
安装次数 100
当前版本 1.5
更新时间 2021-09-14
上架时间 2020-06-11
开发者 TOH Web Store
电子邮箱 [email protected]
付费类型 free
扩展官网 https://gospeedcheck.com
帮助页面URL https://gospeedcheck.com/about
支持的语言 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"
    ]
}