Groove Radio PT
Listen to the Groove Radio while browsing the web!
Groove Radio PTとは何ですか?
Groove Radio PTはsofiabsilvaによって開発されたChromeの拡張機能で、その主な機能は「Listen to the Groove Radio while browsing the web!」です。
拡張機能のスクリーンショット
Groove Radio PT拡張機能のCRXファイルをダウンロード
Groove Radio PT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Listen to a great selection of non stop world music, get the current song information and look up the last 4 songs aired on the Groove Radio PT online stream. You may also easily access the radio's official website and social media pages. There's an option (enabled by default) that allows for a better user experience while browsing the web, if any tab is audible while the radio is playing, the stream will be muted and resume as soon as the sound stops, so you don't need to worry about stopping the stream when you want to watch a youtube video for instance. International website: grooveradio.net Portuguese website: grooveradiopt.com If you experience any problems/have suggestions don't hesitate to contact the developer.
拡張機能の基本情報
名前 | Groove Radio PT |
ID | aadficocbpaijelnmdkhjdkfdnikggka |
公式URL | https://chromewebstore.google.com/detail/groove-radio-pt/aadficocbpaijelnmdkhjdkfdnikggka |
説明 | Listen to the Groove Radio while browsing the web! |
ファイルサイズ | 260 KB |
インストール数 | 28 |
現在のバージョン | 1.1.2 |
最終更新日 | 2019-07-26 |
公開日 | 2019-07-26 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | sofiabsilva |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://grooveradio.net/ |
ヘルプページのURL | https://github.com/sofiabsilva/radio-chrome-extension |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Groove Radio PT", "version": "1.1.2", "description": "Listen to the Groove Radio while browsing the web!", "permissions": [ "storage" ], "background": { "scripts": [ "background.js", "dist\/jquery.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/Groove_Play_16.png", "24": "images\/Groove_Play_24.png", "48": "images\/Groove_Play_48.png", "128": "images\/Groove_Play_128.png" } }, "options_page": "options.html", "icons": { "16": "images\/Groove_Play_16.png", "24": "images\/Groove_Play_24.png", "48": "images\/Groove_Play_48.png", "128": "images\/Groove_Play_128.png" }, "manifest_version": 2 } |