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
拡張機能の基本情報
名前 | 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 |
Eメール | [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\/*" ] } ] } |