No Stat Soundcloud
Hide everyone's stats on Soundcloud.
No Stat Soundcloudคืออะไร?
No Stat Soundcloud เป็นส่วนขยายของ Chrome ที่พัฒนาโดย soundcloud.com/sendcomfort และคุณลักษณะหลักของมันคือ "Hide everyone's stats on Soundcloud."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Stat Soundcloud
ดาวน์โหลดไฟล์ส่วนขยาย No Stat Soundcloud ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
**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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | No Stat Soundcloud |
ID | ackolbldchdbhiilijpmcemgccmakgjo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/no-stat-soundcloud/ackolbldchdbhiilijpmcemgccmakgjo |
คำอธิบาย | Hide everyone's stats on Soundcloud. |
ขนาดไฟล์ | 16.88 KB |
จำนวนการติดตั้ง | 90 |
เวอร์ชันปัจจุบัน | 0.1.5 |
อัปเดตครั้งล่าสุด | 2020-09-11 |
วันที่เผยแพร่ | 2020-06-15 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | soundcloud.com/sendcomfort |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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 } |