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ファイルをダウンロード

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 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
Eメール [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
}