Better Property Search(UK)
Better Property Search(UK)
Co to jest Better Property Search(UK)?
Better Property Search(UK) to rozszerzenie Chrome opracowane przez sansyrox, a jego główną funkcją jest „Better Property Search(UK)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Better Property Search(UK)
Pobierz pliki rozszerzeń Better Property Search(UK) 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
Rightmove and Zoopla, the two major housing platforms don't have a bathroom filter. When looking for new houses, a bathroom filter is a major requirements for many people. Now, you have one. :D
Podstawowe informacje o rozszerzeniu
Nazwa | Better Property Search(UK) |
ID | plhmaijeihlahacliknfghpgeddckjig |
Oficjalny URL | https://chromewebstore.google.com/detail/better-property-searchuk/plhmaijeihlahacliknfghpgeddckjig |
Opis | Better Property Search(UK) |
Rozmiar pliku | 4.82 KB |
Liczba instalacji | 134 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-04-14 |
Data Publikacji | 2022-04-13 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | sansyrox |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Property Search(UK)", "version": "1.0", "permissions": [ "storage" ], "description": "Better Property Search(UK)", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ], "action": { "title": "Better Property Search", "default_popup": "index.html" }, "manifest_version": 3, "author": "Sanskar Jethi" } |