Check It Out(Beta)

tests dankness of songs

Τι είναι το Check It Out(Beta);

Το Check It Out(Beta) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον auryanratliff, και η κύρια λειτουργία του είναι "tests dankness of songs".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Check It Out(Beta)

Λήψη αρχείων επέκτασης Check It Out(Beta) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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