No Stat Soundcloud
Hide everyone's stats on Soundcloud.
什麼是No Stat Soundcloud?
No Stat Soundcloud是由soundcloud.com/sendcomfort開發的Chrome擴展程式,該擴展的主要功能是“Hide everyone's stats on Soundcloud.”。
擴展截圖
下載No Stat Soundcloud擴展crx文件
下載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 |
官方網址 | 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 } |