Tocando agora (beta)
Extension to notify what song/video is playing on Deezer, YouTube, Spotify, Google Play Music or YouTube Music.
Wat is Tocando agora (beta)?
Tocando agora (beta) is een Chrome-extensie ontwikkeld door Fernando Migliorini Tenório, en de belangrijkste functie is "Extension to notify what song/video is playing on Deezer, YouTube, Spotify, Google Play Music or YouTube Music.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tocando agora (beta)
Download Tocando agora (beta)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
obs.: Recommended use with "Key Socket Media Keys" (https://goo.gl/XCIzG4) Basisinformatie over de Extensie
| Naam | |
| ID | ahlldljeehledjbbpfeklndmlkinhmfg |
| Officiële URL | https://chromewebstore.google.com/detail/tocando-agora-beta/ahlldljeehledjbbpfeklndmlkinhmfg |
| Beschrijving | Extension to notify what song/video is playing on Deezer, YouTube, Spotify, Google Play Music or YouTube Music. |
| Bestandsgrootte | 587 KB |
| Aantal Installaties | 145 |
| Huidige Versie | 1.7.21 |
| Laatst Bijgewerkt | 2018-09-26 |
| Publicatiedatum | 2018-09-26 |
| Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Fernando Migliorini Tenório |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://dotenorio.github.io/tocando_agora/ |
| Help Pagina-URL | https://github.com/dotenorio/tocando_agora/issues |
| URL van de Privacybeleid Pagina | https://gist.github.com/dotenorio/edec4dbc0e14da6f0d49.html |
| Ondersteunde Talen | 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"
} | |