MySpeed

MySpeed

MySpeedคืออะไร?

MySpeed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TOH Web Store และคุณลักษณะหลักของมันคือ "MySpeed"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MySpeed

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}