HideCloud

Use this extension to hide soundcloud tracks in your stream

HideCloud란 무엇입니까?

HideCloud은(는) jbwilliams1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use this extension to hide soundcloud tracks in your stream"입니다.

확장 프로그램 스크린샷

screenshot

HideCloud 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Sometimes really crappy tracks show up in your stream. Use this to hide & skip them. Stores locally, will not transfer over to another computer. (Yet.) 

11/12/15 - Added a hidden tracks list. Made hidecloud opensource @ https://github.com/lagwagon/hidecloud. Feel free to contribute! 

11/15/2015 - Added unhide all button. Improved performance significantly. Fixed bug where hiding most of the top songs in your stream left your stream broken.

1/22/2016  - Soundcloud attempted to obfuscate track data to some extent. Updated to return application to normal operation

6/14/2017  - Fixed skip track issue thanks to Paul Ivan (https://github.com/PaulIvan). Thanks for contributing Paul!                    

확장 프로그램 기본 정보

이름 HideCloud HideCloud
ID mmjajljpddigkmcakknalheflngnngjo
공식 URL https://chrome.google.com/webstore/detail/hidecloud/mmjajljpddigkmcakknalheflngnngjo
설명 Use this extension to hide soundcloud tracks in your stream
파일 크기 2.72 MB
설치 횟수 40
현재 버전 3.2
최근 업데이트 2017-06-14
출시 날짜 2017-06-14
평점 4.64/5 총 11 개의 평점
개발자 jbwilliams1
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/lagwagon/hidecloud
지원되는 언어 en-US
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "data\/jquery.js",
                "data\/hidecloud.js"
            ],
            "css": [
                "data\/hidecloud.css"
            ],
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ]
        }
    ],
    "description": "Use this extension to hide soundcloud tracks in your stream",
    "icons": {
        "128": "data\/icon-128.png",
        "48": "data\/icon-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmuk+RsbipHaOeX0yS+BISRg25wH2PJ0kTpqosxqIDqdp3nEkvlz8VBH2MQcFUxBrfvGrS5TH5llHRS1AyCrSRS+9bSnfABnpKLcce0DG93fXmKDZFmWT72LunmAsCTr64EN4l3jTqUc8iToZMDVh+YCPxoi4fg2njm\/SigXXfnTeiWuzJmjoYj7m39BMQrdtyJgyXzjHyya4cmHLs9SFPcpmMaTKVvoIFOrImQMgPJ2Nf+lz1MfBRymct6bf6zlYO7MpGoqE+RJlizwu9P+96t0jeTDk8iHUC9Vd3j8e6R2EoM9yKjUkkIdE46phAqs1RJsvP2vFxw0OKGViG4P0CQIDAQAB",
    "manifest_version": 2,
    "name": "HideCloud",
    "permissions": [
        "tabs",
        "https:\/\/soundcloud.com\/stream"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.2"
}