Check It Out(Beta)

tests dankness of songs

Qu'est-ce que Check It Out(Beta) ?

Check It Out(Beta) est une extension Chrome développée par auryanratliff, et sa fonction principale est "tests dankness of songs".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Check It Out(Beta)

Téléchargez les fichiers d'extension Check It Out(Beta) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Check It Out(Beta) Check It Out(Beta)
ID gipacegobniobecjhicebalppagclfgl
URL Officiel https://chromewebstore.google.com/detail/check-it-outbeta/gipacegobniobecjhicebalppagclfgl
Description tests dankness of songs
Taille du Fichier 158 KB
Nombre d'Installations 35
Version Actuelle 1.0
Dernière Mise à Jour 2014-10-07
Date de Publication 2014-10-07
Évaluation 5.00/5 Total 3 Évaluations
Développeur auryanratliff
Type de Paiement free
Langues Prises en Charge 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"
    }
}