Satellite Finder
The Fast And Easy Way To Find a Satellite! Latest Transponder Updates for FastSatfinder, ProgDVB, DVBViewer, DVBDream, DreamBox...
Co je Satellite Finder?
Satellite Finder je rozšíření Chrome vyvinuté https://www.fastsatfinder.com, a jeho hlavní funkcí je „The Fast And Easy Way To Find a Satellite! Latest Transponder Updates for FastSatfinder, ProgDVB, DVBViewer, DVBDream, DreamBox...“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Satellite Finder
Stáhněte si soubory rozšíření Satellite Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
The Fast And Easy Way To Find a DVB-S / DVB-S2 Satellite! Satellite finder is a tool for sat tv dish antenna based on Google Maps. An extremely fast and easy solution that will help you set up a satellite dish and easily find the signal from a satellite. You can select from a list of over 150 satellites available worldwide. Couldn't be easier to install your satellite dish with this satellite finder. Chrome Web Store: https://chrome.google.com/webstore/detail/satellite-finder/laadpcgmfdkmmkhnhoaalgbjoahkjlpn Website: https://www.fastsatfinder.com/ Privacy Policy: https://www.fastsatfinder.com/privacy.html
Základní Informace o Rozšíření
Název | Satellite Finder |
ID | laadpcgmfdkmmkhnhoaalgbjoahkjlpn |
Oficiální URL | https://chromewebstore.google.com/detail/satellite-finder/laadpcgmfdkmmkhnhoaalgbjoahkjlpn |
Popis | The Fast And Easy Way To Find a Satellite! Latest Transponder Updates for FastSatfinder, ProgDVB, DVBViewer, DVBDream, DreamBox... |
Velikost souboru | 22.41 KB |
Počet instalací | 733 |
Aktuální Verze | 1.9 |
Poslední Aktualizace | 2021-03-06 |
Datum Vydání | 2021-03-06 |
Hodnocení | 4.50/5 Celkem 10 Hodnocení |
Vývojář | https://www.fastsatfinder.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.fastsatfinder.com/ |
URL Stránky Nápovědy | https://www.fastsatfinder.com/contact.html |
URL Stránky Zásad Ochrany Soukromí | http://www.fastsatfinder.com/privacy.html |
Podporované Jazyky | en-US |
manifest.json | |
{ "background": { "service_worker": "sw.js" }, "name": "__MSG_extName__", "version": "1.9", "description": "__MSG_extDesc__", "default_locale": "en_US", "action": { "default_icon": "i\/19.png", "default_popup": "menu.html", "default_title": "The fast and easy way to find a satellite!" }, "content_security_policy": { "extension_pages": "default-src 'none';script-src 'self';style-src 'self';img-src 'self';" }, "icons": { "128": "i\/128.png", "16": "i\/16.png", "48": "i\/48.png" }, "manifest_version": 3, "minimum_chrome_version": "88.0", "permissions": [ "tabs" ], "host_permissions": [ "*:\/\/*.fastsatfinder.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ { "resources": [ "i\/16.png" ], "matches": [ "https:\/\/www.fastsatfinder.com\/*" ] } ] } |