HomeSpeed

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

什么是HomeSpeed?

HomeSpeed是由kcsluis开发的Chrome扩展程序,该扩展的主要功能是“Discover the fastest internet available at your new apartment or home.”。

扩展截图

screenshot
screenshot
screenshot

下载HomeSpeed扩展crx文件

下载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"
    ]
}