Redfin helper
This extension hides all X-out properties on redfin
Co to jest Redfin helper?
Redfin helper to rozszerzenie Chrome opracowane przez Tuan Nguyen, a jego główną funkcją jest „This extension hides all X-out properties on redfin”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Redfin helper
Pobierz pliki rozszerzeń Redfin helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension hides properties that have been X'd-out from Redfin map. If this extension stops working, leave me a tweet @natuan. I'll take a look as soon as I can.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ngmgoehacndlcocjgbenkmkbdpbhchha |
Oficjalny URL | https://chrome.google.com/webstore/detail/ngmgoehacndlcocjgbenkmkbdpbhchha |
Opis | This extension hides all X-out properties on redfin |
Rozmiar pliku | 3.82 KB |
Liczba instalacji | 33 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-06-03 |
Data Publikacji | 2017-06-03 |
Ocena | 4.33/5 Łącznie 3 Oceny |
Deweloper | Tuan Nguyen |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Redfin helper", "version": "1.0", "description": "This extension hides all X-out properties on redfin", "content_scripts": [ { "matches": [ "https:\/\/*.redfin.com\/*" ], "css": [ "main.css" ], "js": [ "main.js" ] } ] } |