Soundcharts

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

Soundcharts là gì?

Soundcharts là một tiện ích mở rộng Chrome được phát triển bởi https://soundcharts.com, và tính năng chính của nó là "The Soundcharts extension help you to navigate to Soundcharts in one click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Soundcharts

Tải xuống các tệp mở rộng Soundcharts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Soundcharts Soundcharts
ID iadlijmikoklccckbdlpcehbingdkljn
URL Chính Thức https://chromewebstore.google.com/detail/soundcharts/iadlijmikoklccckbdlpcehbingdkljn
Mô tả The Soundcharts extension help you to navigate to Soundcharts in one click.
Kích Thước Tệp 38 KB
Số Lần Cài Đặt 1,017
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2023-10-25
Ngày Phát Hành 2021-06-03
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://soundcharts.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://soundcharts.com
URL Trang Trợ Giúp https://help.soundcharts.com/
URL Trang Chính Sách Bảo Mật https://soundcharts.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}