Check It Out(Beta)

tests dankness of songs

Co to jest Check It Out(Beta)?

Check It Out(Beta) to rozszerzenie Chrome opracowane przez auryanratliff, a jego główną funkcją jest „tests dankness of songs”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Check It Out(Beta)

Pobierz pliki rozszerzeń Check It Out(Beta) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        !!!!!!!!!!!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                    

Podstawowe informacje o rozszerzeniu

Nazwa Check It Out(Beta) Check It Out(Beta)
ID gipacegobniobecjhicebalppagclfgl
Oficjalny URL https://chromewebstore.google.com/detail/check-it-outbeta/gipacegobniobecjhicebalppagclfgl
Opis tests dankness of songs
Rozmiar pliku 158 KB
Liczba instalacji 35
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-10-07
Data Publikacji 2014-10-07
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper auryanratliff
Typ Płatności free
Obsługiwane Języki 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"
    }
}