No Stat Soundcloud
Hide everyone's stats on Soundcloud.
Vad är No Stat Soundcloud?
No Stat Soundcloud är en Chrome-tillägg utvecklad av soundcloud.com/sendcomfort, och dess huvudfunktion är "Hide everyone's stats on Soundcloud.".
Tilläggsskärmbilder
Ladda ner No Stat Soundcloud-förlängningens CRX-fil
Ladda ner No Stat Soundcloud-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
**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.
Grundläggande Information om Tillägg
Namn | No Stat Soundcloud |
ID | ackolbldchdbhiilijpmcemgccmakgjo |
Officiell webbadress | https://chromewebstore.google.com/detail/no-stat-soundcloud/ackolbldchdbhiilijpmcemgccmakgjo |
Beskrivning | Hide everyone's stats on Soundcloud. |
Filstorlek | 16.88 KB |
Antal Installationer | 90 |
Aktuell Version | 0.1.5 |
Senast Uppdaterad | 2020-09-11 |
Publiceringsdatum | 2020-06-15 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | soundcloud.com/sendcomfort |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |