Rightmove Broadband Speed Checker

This extension shows and filters the broadband speed of a property on the RightMove search page

Apa itu Rightmove Broadband Speed Checker?

Rightmove Broadband Speed Checker adalah ekstensi Chrome yang dikembangkan oleh Mike Porter, dan fitur utamanya adalah "This extension shows and filters the broadband speed of a property on the RightMove search page".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Rightmove Broadband Speed Checker

Unduh file ekstensi Rightmove Broadband Speed Checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Displays broadband speeds available in a properties postcode.
Also allows for filtering by a minimum available internet speed.                    

Informasi Dasar Ekstensi

Nama Rightmove Broadband Speed Checker Rightmove Broadband Speed Checker
ID nkdelgomnjgecilboingcchafijhocde
URL Resmi https://chromewebstore.google.com/detail/rightmove-broadband-speed/nkdelgomnjgecilboingcchafijhocde
Deskripsi This extension shows and filters the broadband speed of a property on the RightMove search page
Ukuran File 52.91 KB
Jumlah Instalasi 126
Versi Saat Ini 1.0.8
Terakhir Diperbarui 2017-11-02
Tanggal Publikasi 2017-11-02
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Mike Porter
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rightmove Broadband Speed Checker",
    "description": "This extension shows and filters the broadband speed of a property on the RightMove search page",
    "version": "1.0.8",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.rightmove.co.uk\/*",
                "*:\/\/*.rightmove.com\/*"
            ],
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "rm.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}