Soundcharts

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

什麼是Soundcharts?

Soundcharts是由https://soundcharts.com開發的Chrome擴展程式,該擴展的主要功能是“The Soundcharts extension help you to navigate to Soundcharts in one click.”。

擴展截圖

screenshot

下載Soundcharts擴展crx文件

下載Soundcharts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Soundcharts Soundcharts
ID iadlijmikoklccckbdlpcehbingdkljn
官方網址 https://chromewebstore.google.com/detail/soundcharts/iadlijmikoklccckbdlpcehbingdkljn
簡介 The Soundcharts extension help you to navigate to Soundcharts in one click.
檔案大小 38 KB
安裝次數 1,017
目前版本 2.0.2
更新時間 2023-10-25
上架時間 2021-06-03
評分 5.00/5 共 4 次評分
開發者 https://soundcharts.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://soundcharts.com
說明頁面URL https://help.soundcharts.com/
隱私政策頁面URL https://soundcharts.com/privacy
支援的語言 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"
        }
    ]
}