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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

No Stat Soundcloud 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        **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 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
}