Check It Out(Beta)

tests dankness of songs

Check It Out(Beta)란 무엇입니까?

Check It Out(Beta)은(는) auryanratliff에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "tests dankness of songs"입니다.

확장 프로그램 스크린샷

screenshot

Check It Out(Beta) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        !!!!!!!!!!!THIS APP IS CURRENTLY IN BETA AND HAS MANY ISSUES!!!!!!!!!!!!!!!!!!


Check it out is a plug-in for Soundcloud that marks the best songs on your stream so you can skip the clutter and get to the best music. If you have any problems leave them in the comments.
 
COLOR RATING SYSTEM:
yellow = good
Green = Better
Red = Best 
 

Upcoming features:
- login to get a personalized song ratings
- remove bad songs
- more themes 
- custom colors                    

확장 프로그램 기본 정보

이름 Check It Out(Beta) Check It Out(Beta)
ID gipacegobniobecjhicebalppagclfgl
공식 URL https://chromewebstore.google.com/detail/check-it-outbeta/gipacegobniobecjhicebalppagclfgl
설명 tests dankness of songs
파일 크기 158 KB
설치 횟수 35
현재 버전 1.0
최근 업데이트 2014-10-07
출시 날짜 2014-10-07
평점 5.00/5 총 3 개의 평점
개발자 auryanratliff
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Check It Out(Beta)",
    "description": "tests dankness of songs",
    "version": "1.0",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/soundcloud.com\/*",
                "https:\/\/soundcloud.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "soundcloudsdk.js",
                "myscript.js",
                "soundcloud.player.api.js"
            ],
            "css": [
                "mystyles.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ]
    },
    "web_accessible_resources": [
        "icon.png"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}