Satellite Finder
The Fast And Easy Way To Find a Satellite! Latest Transponder Updates for FastSatfinder, ProgDVB, DVBViewer, DVBDream, DreamBox...
Hvad er Satellite Finder?
Satellite Finder er en Chrome-udvidelse udviklet af https://www.fastsatfinder.com, og dens hovedfunktion er "The Fast And Easy Way To Find a Satellite! Latest Transponder Updates for FastSatfinder, ProgDVB, DVBViewer, DVBDream, DreamBox...".
Udvidelsesskærmbilleder
Download Satellite Finder-udvidelses-CRX-fil
Download Satellite Finder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | laadpcgmfdkmmkhnhoaalgbjoahkjlpn |
| Officiel URL | https://chromewebstore.google.com/detail/satellite-finder/laadpcgmfdkmmkhnhoaalgbjoahkjlpn |
| Beskrivelse | The Fast And Easy Way To Find a Satellite! Latest Transponder Updates for FastSatfinder, ProgDVB, DVBViewer, DVBDream, DreamBox... |
| Filstørrelse | 22.41 KB |
| Antal Installationer | 733 |
| Nuværende Version | 1.9 |
| Senest Opdateret | 2021-03-06 |
| Udgivelsesdato | 2021-03-06 |
| Bedømmelse | 4.50/5 Samlet 10 Bedømmelser |
| Udvikler | https://www.fastsatfinder.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.fastsatfinder.com/ |
| Hjælpeside-URL | https://www.fastsatfinder.com/contact.html |
| URL til Fortrolighedspolitik Side | http://www.fastsatfinder.com/privacy.html |
| Understøttede Sprog | 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\/*"
]
}
]
} | |