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
官方網址 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"
    ]
}