No Stat Soundcloud
Hide everyone's stats on Soundcloud.
Apa itu No Stat Soundcloud?
No Stat Soundcloud adalah ekstensi Chrome yang dikembangkan oleh soundcloud.com/sendcomfort, dan fitur utamanya adalah "Hide everyone's stats on Soundcloud.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi No Stat Soundcloud
Unduh file ekstensi No Stat Soundcloud dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
**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.
Informasi Dasar Ekstensi
Nama | No Stat Soundcloud |
ID | ackolbldchdbhiilijpmcemgccmakgjo |
URL Resmi | https://chromewebstore.google.com/detail/no-stat-soundcloud/ackolbldchdbhiilijpmcemgccmakgjo |
Deskripsi | Hide everyone's stats on Soundcloud. |
Ukuran File | 16.88 KB |
Jumlah Instalasi | 90 |
Versi Saat Ini | 0.1.5 |
Terakhir Diperbarui | 2020-09-11 |
Tanggal Publikasi | 2020-06-15 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | soundcloud.com/sendcomfort |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |