Satellite Finder

The Fast And Easy Way To Find a Satellite! Latest Transponder Updates for FastSatfinder, ProgDVB, DVBViewer, DVBDream, DreamBox...

Satellite Finder là gì?

Satellite Finder là một tiện ích mở rộng Chrome được phát triển bởi https://www.fastsatfinder.com, và tính năng chính của nó là "The Fast And Easy Way To Find a Satellite! Latest Transponder Updates for FastSatfinder, ProgDVB, DVBViewer, DVBDream, DreamBox...".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Satellite Finder

Tải xuống các tệp mở rộng Satellite Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Satellite Finder Satellite Finder
ID laadpcgmfdkmmkhnhoaalgbjoahkjlpn
URL Chính Thức https://chromewebstore.google.com/detail/satellite-finder/laadpcgmfdkmmkhnhoaalgbjoahkjlpn
Mô tả The Fast And Easy Way To Find a Satellite! Latest Transponder Updates for FastSatfinder, ProgDVB, DVBViewer, DVBDream, DreamBox...
Kích Thước Tệp 22.41 KB
Số Lần Cài Đặt 733
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2021-03-06
Ngày Phát Hành 2021-03-06
Đánh Giá 4.50/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://www.fastsatfinder.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.fastsatfinder.com/
URL Trang Trợ Giúp https://www.fastsatfinder.com/contact.html
URL Trang Chính Sách Bảo Mật http://www.fastsatfinder.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}