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文件
下载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 扩展基本信息
| 名称 | |
| 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\/*"
]
}
]
} | |