Tocando agora (beta)
Extension to notify what song/video is playing on Deezer, YouTube, Spotify, Google Play Music or YouTube Music.
Tocando agora (beta)とは何ですか?
Tocando agora (beta)はFernando Migliorini Tenórioによって開発されたChromeの拡張機能で、その主な機能は「Extension to notify what song/video is playing on Deezer, YouTube, Spotify, Google Play Music or YouTube Music.」です。
拡張機能のスクリーンショット
Tocando agora (beta)拡張機能のCRXファイルをダウンロード
Tocando agora (beta)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
obs.: Recommended use with "Key Socket Media Keys" (https://goo.gl/XCIzG4) 拡張機能の基本情報
| 名前 | |
| ID | ahlldljeehledjbbpfeklndmlkinhmfg |
| 公式URL | https://chromewebstore.google.com/detail/tocando-agora-beta/ahlldljeehledjbbpfeklndmlkinhmfg |
| 説明 | Extension to notify what song/video is playing on Deezer, YouTube, Spotify, Google Play Music or YouTube Music. |
| ファイルサイズ | 587 KB |
| インストール数 | 145 |
| 現在のバージョン | 1.7.21 |
| 最終更新日 | 2018-09-26 |
| 公開日 | 2018-09-26 |
| 評価 | 4.00/5 合計 3 レビュー |
| 開発者 | Fernando Migliorini Tenório |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://dotenorio.github.io/tocando_agora/ |
| ヘルプページのURL | https://github.com/dotenorio/tocando_agora/issues |
| プライバシーポリシーページのURL | https://gist.github.com/dotenorio/edec4dbc0e14da6f0d49.html |
| 対応言語 | en,pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tocando agora (beta)",
"version": "1.7.21",
"default_locale": "pt_BR",
"description": "__MSG_extDescription__",
"background": {
"scripts": [
"assets\/lib\/async\/dist\/async.min.js",
"assets\/js\/utils.js",
"assets\/js\/background.js"
],
"persistent": false
},
"permissions": [
"tabs",
"notifications",
"*:\/\/*.deezer.com\/*",
"*:\/\/*.youtube.com\/*",
"*:\/\/*.spotify.com\/*",
"*:\/\/play.google.com\/music\/*",
"*:\/\/music.youtube.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.deezer.com\/*",
"*:\/\/*.youtube.com\/*",
"*:\/\/*.spotify.com\/*",
"*:\/\/play.google.com\/music\/*",
"*:\/\/music.youtube.com\/*"
],
"js": [
"assets\/js\/utils.js",
"assets\/js\/observer.js"
]
}
],
"icons": {
"128": "assets\/img\/icon_extension.png"
},
"page_action": {
"default_icon": "assets\/img\/icon_pageaction_active.png",
"default_title": "Tocando agora (beta)"
},
"commands": {
"tocando-agora": {
"suggested_key": {
"default": "Ctrl+Shift+Y"
},
"description": "__MSG_cmdTocandoAgoraDesc__",
"global": true
}
},
"author": "Fernando Migliorini Ten\u00f3rio",
"short_name": "Tocando agora",
"homepage_url": "https:\/\/github.com\/dotenorio\/tocando_agora"
} | |