Radio Station-to-Station Ext
Free Internet Radio Player
Radio Station-to-Station Ext là gì?
Radio Station-to-Station Ext là một tiện ích mở rộng Chrome được phát triển bởi https://radios2s.scriptel.nl, và tính năng chính của nó là "Free Internet Radio Player".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Radio Station-to-Station Ext
Tải xuống các tệp mở rộng Radio Station-to-Station Ext 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
RadioS2S is a chrome extension with which you can listen to every radio station that is available on the web. You can already choose from more than 32.000 stations, but you can add your own if one is missing. Every weblink that is playable in a webbrowser (HTML5) can be added. With the quick search option it's very easy to find you station. RadioS2S is working together with Community Radio Browser, a wiki-like directory of internet radio stations from around the world. Features - Listen to the world: You can choose from over 32.000 free radio stations from all over the world fast. - Filter by country, language and style: Find your station fast with smart filtering. - Quick search: Find your station fast with quick search. - Favorites: Easily make a short list of your favorites by rating the station with one or more stars. - Add new stations: Add any new radio station to your collection. The station will be saved on your device and shared with all other users in the future release. - Order your favorites: Sort your list on stars or last listened. - Free and open source software: Based on open source software this app is brought to you for free. - No ads inside: No banners, popups or ads. Change log Version 1.3.0 (2022-08-28) - Manifest 3 Version 1.2.1 (2022-06-02) - Minor bug fixes Version 1.2.0 (2021-10-29) - Migrated to flagpedia.net for country flags - Ended usage of Taffy Version 1.1.4 (2021-01-26) - Update of country filter - Update Privacy Policy Version 1.1.3 (2020-10-30) - Minor bugs - Improved volume-slider - Added country flag in favorites list Version 1.1.1 - Removed chromecast - Comply to new api of radio-browser - Migration utility to restore old favorites lists - Option added to remove station from favorites list - Show favicon of all favorites Version 1.1.0 - Improved scaling of volume slider - Small changes in layout - Added date field in favorites list - Option added to show and edit information of non-playing station - Skipped storage permission - History of listened stations visible in favorites list - Added option to sort favorites - Save position and size of window Version 1.0.0 - First stable version - TargetSdkVersion greater than 26 Version 0.3.3 - App starts in its own window (chrome extension) Version 0.3.2 - New slider based on simple-slider.js - No longer remote script injection - Minor bugs solved - Multi language: Dutch and German added Version 0.3.1 - Minor bugs solved - Made app available as chrome extension Version 0.3.0 - Real-time usage of radio-browser database - all stations always available - station information is always up to date Version 0.2.3 -Language errors corrected Version 0.2.2 - New stations added - Minor bugs solved Version 0.2.1 - New stations added - Support for other languages (Dutch, German) - Minor bugs solved - Changed name to Radio Station-to-Station Version 0.2.0 - New stations added - Updated list of countries, styles - Show playing station on favicon - Improved volume slider - Added rating to info playingstation screen - Voting service added - Remember recent selection (country, style, language) - Minor improvements Version 0.1.1 - Minor bugs solved - New stations added Version 0.1.0 - Integration with RadioBrowser.info Version 0.0.1 - Initial release
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Radio Station-to-Station Ext |
ID | bjgdhmgldpmbfokgehkdkddahldjjmnc |
URL Chính Thức | https://chromewebstore.google.com/detail/radio-station-to-station/bjgdhmgldpmbfokgehkdkddahldjjmnc |
Mô tả | Free Internet Radio Player |
Kích Thước Tệp | 158 KB |
Số Lần Cài Đặt | 5,604 |
Phiên Bản Hiện Tại | 1.3.0 |
Cập Nhật Lần Cuối | 2022-08-30 |
Ngày Phát Hành | 2020-05-20 |
Đánh Giá | 4.48/5 Tổng số 23 Đánh Giá |
Nhà Phát Triển | https://radios2s.scriptel.nl |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://radios2s.scriptel.nl/ |
URL Trang Chính Sách Bảo Mật | https://radios2s.scriptel.nl/assets/privacy-policy-scriptel.pdf |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "js\/background.js", "type": "module" }, "action": { "default_icon": "s2s-icon-128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "description": "Free Internet Radio Player", "homepage_url": "https:\/\/radios2s.scriptel.nl", "icons": { "16": "s2s-icon-16.png", "32": "s2s-icon-32.png", "48": "s2s-icon-48.png", "64": "s2s-icon-64.png", "128": "s2s-icon-128.png", "256": "s2s-icon-256.png", "512": "s2s-icon-512.png" }, "manifest_version": 3, "name": "Radio Station-to-Station Ext", "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.3.0" } |