HomeSpeed

Discover the fastest internet available at your new apartment or home.

HomeSpeedคืออะไร?

HomeSpeed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kcsluis และคุณลักษณะหลักของมันคือ "Discover the fastest internet available at your new apartment or home."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย HomeSpeed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        HomeSpeed is a Chrome Extension that helps you discover the fastest internet available at your new place 🏠 — just visit a listing on Zillow, Trulia, or Redfin and click! 

- Data comes from the FCC, detailed all the way down to the Census block
- HomeSpeed is available on Zillow, Trulia, and Redfin, with more platforms available in the future                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HomeSpeed HomeSpeed
ID chbieocknnpdeoahnnhpanmhngbkilgm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/homespeed/chbieocknnpdeoahnnhpanmhngbkilgm
คำอธิบาย Discover the fastest internet available at your new apartment or home.
ขนาดไฟล์ 44.69 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2018-09-02
วันที่เผยแพร่ 2018-09-02
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา kcsluis
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HomeSpeed",
    "version": "1.0.3",
    "description": "Discover the fastest internet available at your new apartment or home.",
    "content_security_policy": "default-src 'self' https:\/\/geo.fcc.gov https:\/\/opendata.fcc.gov https:\/\/www.google-analytics.com",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.zillow.com\/homes\/for_sale\/*",
                "https:\/\/www.zillow.com\/homes\/for_rent\/*",
                "https:\/\/www.zillow.com\/homedetails\/*",
                "https:\/\/www.trulia.com\/p\/*",
                "https:\/\/www.trulia.com\/c\/*",
                "https:\/\/www.trulia.com\/property\/*",
                "https:\/\/www.redfin.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/hs_logos-04.png",
            "32": "images\/hs_logos-03.png",
            "48": "images\/hs_logos-02.png",
            "128": "images\/hs_logos-01.png"
        },
        "default_title": "HomeSpeed: Internet availability for Zillow, Trulia, or Redfin"
    },
    "icons": {
        "16": "images\/hs_logos-04.png",
        "32": "images\/hs_logos-03.png",
        "48": "images\/hs_logos-02.png",
        "128": "images\/hs_logos-01.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "declarativeContent"
    ]
}