Tocando agora (beta)

Extension to notify what song/video is playing on Deezer, YouTube, Spotify, Google Play Music or YouTube Music.

What is Tocando agora (beta)?

Tocando agora (beta) is a Chrome extension developed by Fernando Migliorini Tenório, and its main feature is "Extension to notify what song/video is playing on Deezer, YouTube, Spotify, Google Play Music or YouTube Music.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Tocando agora (beta) Extension CRX File

Download Tocando agora (beta) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        obs.: Recommended use with "Key Socket Media Keys" (https://goo.gl/XCIzG4)                    

Extension Basic Information

Name Tocando agora (beta) Tocando agora (beta)
ID ahlldljeehledjbbpfeklndmlkinhmfg
Official URL https://chromewebstore.google.com/detail/tocando-agora-beta/ahlldljeehledjbbpfeklndmlkinhmfg
Description Extension to notify what song/video is playing on Deezer, YouTube, Spotify, Google Play Music or YouTube Music.
File Size 587 KB
Installation Count 145
Current Version 1.7.21
Last Updated 2018-09-26
Publish Date 2018-09-26
Rating 4.00/5 Total 3 Ratings
Developer Fernando Migliorini Tenório
Email [email protected]
Payment Type free
Extension Website http://dotenorio.github.io/tocando_agora/
Help Page URL https://github.com/dotenorio/tocando_agora/issues
Privacy Policy Page URL https://gist.github.com/dotenorio/edec4dbc0e14da6f0d49.html
Supported Languages 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"
}