No Stat Soundcloud

Hide everyone's stats on Soundcloud.

What is No Stat Soundcloud?

No Stat Soundcloud is a Chrome extension developed by soundcloud.com/sendcomfort, and its main feature is "Hide everyone's stats on Soundcloud.".

Extension Screenshots

screenshot
screenshot
screenshot

Download No Stat Soundcloud Extension CRX File

Download No Stat Soundcloud extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name No Stat Soundcloud No Stat Soundcloud
ID ackolbldchdbhiilijpmcemgccmakgjo
Official URL https://chromewebstore.google.com/detail/no-stat-soundcloud/ackolbldchdbhiilijpmcemgccmakgjo
Description Hide everyone's stats on Soundcloud.
File Size 16.88 KB
Installation Count 90
Current Version 0.1.5
Last Updated 2020-09-11
Publish Date 2020-06-15
Rating 5.00/5 Total 4 Ratings
Developer soundcloud.com/sendcomfort
Email [email protected]
Payment Type free
Supported Languages 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
}