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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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