No Stat Soundcloud
Hide everyone's stats on Soundcloud.
No Stat Soundcloud là gì?
No Stat Soundcloud là một tiện ích mở rộng Chrome được phát triển bởi soundcloud.com/sendcomfort, và tính năng chính của nó là "Hide everyone's stats on Soundcloud.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng No Stat Soundcloud
Tải xuống các tệp mở rộng No Stat Soundcloud dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
**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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | No Stat Soundcloud |
ID | ackolbldchdbhiilijpmcemgccmakgjo |
URL Chính Thức | https://chromewebstore.google.com/detail/no-stat-soundcloud/ackolbldchdbhiilijpmcemgccmakgjo |
Mô tả | Hide everyone's stats on Soundcloud. |
Kích Thước Tệp | 16.88 KB |
Số Lần Cài Đặt | 90 |
Phiên Bản Hiện Tại | 0.1.5 |
Cập Nhật Lần Cuối | 2020-09-11 |
Ngày Phát Hành | 2020-06-15 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | soundcloud.com/sendcomfort |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |