No Stat Soundcloud

Hide everyone's stats on Soundcloud.

Qu'est-ce que No Stat Soundcloud ?

No Stat Soundcloud est une extension Chrome développée par soundcloud.com/sendcomfort, et sa fonction principale est "Hide everyone's stats on Soundcloud.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension No Stat Soundcloud

Téléchargez les fichiers d'extension No Stat Soundcloud au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        **Note: You can toggle it on/off by by clicking on the extension icon and then refreshing Soundcloud.**

This extension hides everyone's stats on Soundcloud, especially your own, so you can simply enjoy the music and stop comparing yourself against everyone else.

It also hides the likes and messages notifications icons, but you can still click where they are to reveal them.                    

Informations de Base sur l'Extension

Nom No Stat Soundcloud No Stat Soundcloud
ID ackolbldchdbhiilijpmcemgccmakgjo
URL Officiel https://chromewebstore.google.com/detail/no-stat-soundcloud/ackolbldchdbhiilijpmcemgccmakgjo
Description Hide everyone's stats on Soundcloud.
Taille du Fichier 16.88 KB
Nombre d'Installations 90
Version Actuelle 0.1.5
Dernière Mise à Jour 2020-09-11
Date de Publication 2020-06-15
Évaluation 5.00/5 Total 4 Évaluations
Développeur soundcloud.com/sendcomfort
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Stat Soundcloud",
    "short_name": "No Stat Soundcloud",
    "version": "0.1.5",
    "description": "Hide everyone's stats on Soundcloud.",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ],
            "js": [
                "\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "images\/slogo48.png",
        "128": "images\/slogo.png"
    },
    "browser_action": {
        "default_title": "stuff",
        "default_icon": {
            "48": "images\/slogo48.png",
            "128": "images\/slogo.png"
        }
    },
    "manifest_version": 2
}