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\/*" ] } ] } |