Soundcharts

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

Soundcharts क्या है?

Soundcharts https://soundcharts.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Soundcharts extension help you to navigate to Soundcharts in one click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Soundcharts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
        }
    ]
}