Satellite Finder
The Fast And Easy Way To Find a Satellite! Latest Transponder Updates for FastSatfinder, ProgDVB, DVBViewer, DVBDream, DreamBox...
Что такое Satellite Finder?
Satellite Finder - это расширение Chrome, разработанное https://www.fastsatfinder.com, и его основная функция - "The Fast And Easy Way To Find a Satellite! Latest Transponder Updates for FastSatfinder, ProgDVB, DVBViewer, DVBDream, DreamBox...".
Снимки экрана расширения
Скачать файл CRX расширения Satellite Finder
Скачайте файлы расширений Satellite Finder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | Satellite Finder |
ID | laadpcgmfdkmmkhnhoaalgbjoahkjlpn |
Официальный URL | https://chromewebstore.google.com/detail/satellite-finder/laadpcgmfdkmmkhnhoaalgbjoahkjlpn |
Описание | The Fast And Easy Way To Find a Satellite! Latest Transponder Updates for FastSatfinder, ProgDVB, DVBViewer, DVBDream, DreamBox... |
Размер файла | 22.41 KB |
Количество установок | 733 |
Текущая Версия | 1.9 |
Последнее Обновление | 2021-03-06 |
Дата публикации | 2021-03-06 |
Рейтинг | 4.50/5 Всего 10 оценок |
Разработчик | https://www.fastsatfinder.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.fastsatfinder.com/ |
URL страницы помощи | https://www.fastsatfinder.com/contact.html |
URL страницы политики конфиденциальности | http://www.fastsatfinder.com/privacy.html |
Поддерживаемые языки | 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\/*" ] } ] } |