Soundcharts

The Soundcharts extension help you to navigate to Soundcharts in one click.

¿Qué es Soundcharts?

Soundcharts es una extensión de Chrome desarrollada por https://soundcharts.com, y su función principal es "The Soundcharts extension help you to navigate to Soundcharts in one click.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Soundcharts

Descarga archivos de extensión Soundcharts en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Get to any Soundcharts Artist, Song and Playlist profiles from social or streaming platforms, in 1 click.

Soundcharts is a productivity platform that allows you to develop and monitor careers, find new talents, and have all the data you need to navigate through the music industry.

If you are already a Soundcharts user, this feature will allow you to gain productivity and most likely make your life much easier whilst using the platform.

The full Soundcharts platform includes:
     - Real-time Airplay, Playlists, Charts, and Social media data
     - The entire music market in a single dashboard
     - The sources of growth by country and platform
     - An artist comparison tools
     - Artist profiles of over 5 million artists
     - Radio and platform charts to discover trending artists and songs
     - Real-time notifications and reports to keep an eye on a growing talent                    

Información Básica de la Extensión

Nombre Soundcharts Soundcharts
ID iadlijmikoklccckbdlpcehbingdkljn
URL Oficial https://chromewebstore.google.com/detail/soundcharts/iadlijmikoklccckbdlpcehbingdkljn
Descripción The Soundcharts extension help you to navigate to Soundcharts in one click.
Tamaño del Archivo 38 KB
Cantidad de Instalaciones 1,017
Versión Actual 2.0.2
Última Actualización 2023-10-25
Fecha de Publicación 2021-06-03
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador https://soundcharts.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://soundcharts.com
URL de la Página de Ayuda https://help.soundcharts.com/
URL de la Página de Política de Privacidad https://soundcharts.com/privacy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Soundcharts",
    "version": "2.0.2",
    "description": "The Soundcharts extension help you to navigate to Soundcharts in one click.",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "assets\/icon-19.png",
        "default_title": "Open on Soundcharts",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeContent",
        "tabs",
        "contextMenus",
        "tabs",
        "webNavigation"
    ],
    "icons": {
        "16": "assets\/icon-16.png",
        "19": "assets\/icon-19.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/floating-extension-icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "floating.js"
            ],
            "run_at": "document_end"
        }
    ]
}