ListenToRadio

Access radio stations and interesting music sites in one spot with ListenToRadioToday new tab.

ListenToRadioคืออะไร?

ListenToRadio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย azte.paps และคุณลักษณะหลักของมันคือ "Access radio stations and interesting music sites in one spot with ListenToRadioToday new tab."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ListenToRadio

ดาวน์โหลดไฟล์ส่วนขยาย ListenToRadio ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Listen2Radio new tab Extension by Aztec, provides top radio stations in a convenient list on your Chrome new tab and update your new tab page search.

Listen2Radio by aztec media is a new tab Chrome extension that replace your current new tab in chrome browser, the extension set your Chrome new tab page to the Listen2Radio new tab page:

it offers:
top radio stations in a convenient list on your Chrome new tab , links to relevant music sites and convenient web search update on your Chrome new tab.

Permissions used & reasons:

"Read and change your data on a number of websites"
For our product to work, we require access to the websites we own and manage.

"Replace the page you see when opening a new tab"
This allows us to show you our product - new tab page with free web search.

Please read carefully: By clicking the “Free+ Add to Chrome” button in the top right hand corner above and installing the ListenToRadio new tab extension, you agree to install this application, and you agree to the End User License Agreement and the Privacy Policy and to receiving any future updates and upgrades. You can uninstall the program at any time. 

End User License Agreement:  
http://www.blpsearch.com/terms

Privacy Policy: 
http://www.blpsearch.com/privacy                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ListenToRadio ListenToRadio
ID bfmjlmmhfoinjipdkpilalllpmndloah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/listentoradio/bfmjlmmhfoinjipdkpilalllpmndloah
คำอธิบาย Access radio stations and interesting music sites in one spot with ListenToRadioToday new tab.
ขนาดไฟล์ 595 KB
จำนวนการติดตั้ง 504
เวอร์ชันปัจจุบัน 1.0.850.826
อัปเดตครั้งล่าสุด 2020-05-14
วันที่เผยแพร่ 2020-05-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา azte.paps
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.blpsearch.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.850.826",
    "name": "ListenToRadio",
    "description": "Access radio stations and interesting music sites in one spot with ListenToRadioToday new tab.",
    "minimum_chrome_version": "60",
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/brand.js",
            "js\/aes.js",
            "js\/mode-ecb.js",
            "js\/background.js",
            "background\/StationsList.js",
            "background\/Player.js",
            "background\/Storage.js",
            "background\/communication.js",
            "background\/main.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "32": "images\/icon32-01.png"
        },
        "default_title": "ListenToRadio",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aztproducts.com\/*"
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "chrome_url_overrides": {
        "newtab": "newtab\/html\/newtab.html"
    },
    "web_accessible_resources": [
        "icons\/checker.gif"
    ],
    "permissions": [
        "*:\/\/*.aztproducts.com\/*",
        "https:\/\/service.prsstobe.com\/*",
        "https:\/\/*.blpsearch.com\/*",
        "cookies",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'sha256-lPfSSmbg7oaFyhyc0SvLpaAQDy5zWAjiJToczdEe5ms='; object-src 'self'"
}