The Incredible Radio Extension

Easily listen to your favourite radio station.

The Incredible Radio Extension là gì?

The Incredible Radio Extension là một tiện ích mở rộng Chrome được phát triển bởi Karl-Martin Minkner, và tính năng chính của nó là "Easily listen to your favourite radio station.".

Ả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 The Incredible Radio Extension

Tải xuống các tệp mở rộng The Incredible Radio Extension 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

                        Listening to your favorite radio station has never been easier! Just start your Browser (Chrome, Vivaldi, Opera) and listen to your favorite music on Windows, Linux and Mac OS.

If your radio isn't in the list, you can contact our support (support[at]kandru[dot]de) and we will add your radio station asap!

Features:
- Direct link to radio webpage
- Easy to use!
- Completely free without any charge!
- AD FREE
- we add your favorite radio station if you contact us (support[at]kandru[dot]de)

Feel free to add features! Just create a pull request on github: https://github.com/Kandru/The-Incredible-Radio-Extension/commits/master

Changelog:
Version 1.0.1
- optimized background.js
- add hover effect to list
- changed cursor to pointer on list
- fixed default volume on first start

Version 1.0.0
Complete code rewrite :)

Version 0.6.0
[+] new design (not finished yet)
[+] LIVE Update for Shoutcast Servers
[+] more ICONs
[+] new radio stations
[-] removed popup on radio page (will be back soon)

Version 0.5.1
[B] Category Button does not work every time

Version 0.5.0
[+] Multilanguage (German and English currently)
[+] Improved Design
[+] New Icons
[-] Removed Facebook Radio Start/Stop Button

Version 0.4.1
[+] Little Bugfix with Popup

Version 0.4.0
[+] White and flat design
[+] Search a stream
[+] Better Playbutton on homepage
[+] Play/Stop Button on Facebook
[+] Play/Stop Button on Youtube

Version 0.3.7
[+] Improved Design
[+] Removed old logos and changed to my new logo
[+] No visible scrollbar! Just scroll!
[+] New structur for streamlists, not finished yet. Need more time to find good radios :) PLEASE HELP AND WRITE A SUPPORT TICKET! Thanks!

Version 0.3.6
[+] New Extension Name
[+] New Self Created Logo :)

Version 0.3.5
[+] Show a popup on every known radio page if you don't listen to this stream :)

Version 0.3.0
[+] Categorys
[+] Improved Design

Version 0.2.0
[+] New feature: Dynamic stream list! Stream list will be updated every hour. If our server for this stream list isn't online, don't worry! Your local list will stay alive until our server is up again :)

Version 0.1.5
[+] New Stream: RauteMusik.fm #Club
[+] New Image: RauteMusik.fm (official press logo pack)

Version 0.1.4
[+] New and better design
[+] New stream: RauteMusik.fm #Main

Version 0.1.3
[+] Last opened tab will stay open (no need to click on your favorite stream all the time)
[-] Removed not working Album Image and Artist + Title | will be back if i can read the required informations :)

Version 0.1.2
[+] better design
[!] Bugfixes

Version 0.1.1
[+] listen to all technobase streams

Version 0.1.0 (first public version)
[+] listen to Technobase.FM Mainstream

--------

This tool does not collect any informations about the radios you listen to. Only the stream list update will generate a HTTPS-Request (same like opening a web page in your browser) on our webserver.                    

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

Tên The Incredible Radio Extension The Incredible Radio Extension
ID fehmgkienlpgjbkglihcjhclegmbkeej
URL Chính Thức https://chrome.google.com/webstore/detail/the-incredible-radio-exte/fehmgkienlpgjbkglihcjhclegmbkeej
Mô tả Easily listen to your favourite radio station.
Kích Thước Tệp 1.2 MB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2017-05-22
Ngày Phát Hành 2017-05-22
Đánh Giá 4.47/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Karl-Martin Minkner
Loại Thanh Toán free
Trang Web Mở Rộng https://kandru.net
URL Trang Trợ Giúp https://kandru.net
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "files\/alasql\/alasql.min.js",
            "files\/howler.js\/howler.core.js",
            "tire.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/19_logo.png",
            "38": "images\/38_logo.png"
        },
        "default_popup": "popup.html",
        "default_title": "The Incredible Radio Extension"
    },
    "description": "Easily listen to your favourite radio station.",
    "homepage_url": "http:\/\/kandru.de",
    "icons": {
        "128": "images\/129_logo.png"
    },
    "manifest_version": 2,
    "name": "The Incredible Radio Extension",
    "options_page": "options.html",
    "permissions": [
        "background",
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "1.0.1",
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "applications": {
        "gecko": {
            "id": "tire@kandru"
        }
    }
}