Satellite Finder
The Fast And Easy Way To Find a Satellite! Latest Transponder Updates for FastSatfinder, ProgDVB, DVBViewer, DVBDream, DreamBox...
Satellite Finder란 무엇입니까?
Satellite Finder은(는) https://www.fastsatfinder.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Fast And Easy Way To Find a Satellite! Latest Transponder Updates for FastSatfinder, ProgDVB, DVBViewer, DVBDream, DreamBox..."입니다.
확장 프로그램 스크린샷
Satellite Finder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |