No Stat Soundcloud

Hide everyone's stats on Soundcloud.

Wat is No Stat Soundcloud?

No Stat Soundcloud is een Chrome-extensie ontwikkeld door soundcloud.com/sendcomfort, en de belangrijkste functie is "Hide everyone's stats on Soundcloud.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie No Stat Soundcloud

Download No Stat Soundcloud-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        **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.                    

Basisinformatie over de Extensie

Naam No Stat Soundcloud No Stat Soundcloud
ID ackolbldchdbhiilijpmcemgccmakgjo
Officiële URL https://chromewebstore.google.com/detail/no-stat-soundcloud/ackolbldchdbhiilijpmcemgccmakgjo
Beschrijving Hide everyone's stats on Soundcloud.
Bestandsgrootte 16.88 KB
Aantal Installaties 90
Huidige Versie 0.1.5
Laatst Bijgewerkt 2020-09-11
Publicatiedatum 2020-06-15
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar soundcloud.com/sendcomfort
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}