No Stat Soundcloud
Hide everyone's stats on Soundcloud.
Was ist No Stat Soundcloud?
No Stat Soundcloud ist eine Chrome-Erweiterung, die von soundcloud.com/sendcomfort entwickelt wurde, und ihr Hauptmerkmal ist "Hide everyone's stats on Soundcloud.".
Erweiterungsscreenshots
No Stat Soundcloud-Erweiterungs-CRX-Datei herunterladen
Laden Sie No Stat Soundcloud-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
**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.
Grundlegende Informationen zur Erweiterung
Name | No Stat Soundcloud |
ID | ackolbldchdbhiilijpmcemgccmakgjo |
Offizielle URL | https://chromewebstore.google.com/detail/no-stat-soundcloud/ackolbldchdbhiilijpmcemgccmakgjo |
Beschreibung | Hide everyone's stats on Soundcloud. |
Dateigröße | 16.88 KB |
Installationsanzahl | 90 |
Aktuelle Version | 0.1.5 |
Letztes Update | 2020-09-11 |
Veröffentlichungsdatum | 2020-06-15 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | soundcloud.com/sendcomfort |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |