No Stat Soundcloud

Hide everyone's stats on Soundcloud.

Co to jest No Stat Soundcloud?

No Stat Soundcloud to rozszerzenie Chrome opracowane przez soundcloud.com/sendcomfort, a jego główną funkcją jest „Hide everyone's stats on Soundcloud.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia No Stat Soundcloud

Pobierz pliki rozszerzeń No Stat Soundcloud w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa No Stat Soundcloud No Stat Soundcloud
ID ackolbldchdbhiilijpmcemgccmakgjo
Oficjalny URL https://chromewebstore.google.com/detail/no-stat-soundcloud/ackolbldchdbhiilijpmcemgccmakgjo
Opis Hide everyone's stats on Soundcloud.
Rozmiar pliku 16.88 KB
Liczba instalacji 90
Aktualna Wersja 0.1.5
Ostatnia Aktualizacja 2020-09-11
Data Publikacji 2020-06-15
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper soundcloud.com/sendcomfort
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}