Soundcloudiator

A fast, simple soundcloud player that lets you search or randomly play through ALL of your likes and stream items.

Τι είναι το Soundcloudiator;

Το Soundcloudiator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον heyimlance, και η κύρια λειτουργία του είναι "A fast, simple soundcloud player that lets you search or randomly play through ALL of your likes and stream items.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Soundcloudiator

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

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

                        Soudcloudiator was created with a simple purpose. To give you the ability to rediscover and manage songs you've liked previously. Wondering why you liked that song before? Unlike it and keep your likes tidy.

- Play your soundcloud stream
- Play through your likes at random or chronologically.
- Quickly search likes, play them or unlike them.

// Mon Jan 19, 2015

- Fixed playlist liking, also showing all liked playlists.

// Sun Jan 18, 2015

- Quick fix with liking playlists, disabled for now.
- Cleaned up playlist styling

// Thurs Jan 15, 2015

- Fixed random slowness with the popup player

// Weds Jan 14, 2015

- Fixed a bug that resulted in an empty stream

// Fri Jan 9, 2015

- Bug fixes and speed improvements!
- Removed dupe items from stream


// Thurs Jan 8, 2015

- Added the ability to play your stream / search
- Likes are one long list, not multi pages
- Added basic playlist playing support
- Speed improvements                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Soundcloudiator Soundcloudiator
ID cjcjaoakdlnnjipbegpgopgneohkiecf
Επίσημο URL https://chromewebstore.google.com/detail/soundcloudiator/cjcjaoakdlnnjipbegpgopgneohkiecf
Περιγραφή A fast, simple soundcloud player that lets you search or randomly play through ALL of your likes and stream items.
Μέγεθος Αρχείου 201 KB
Αριθμός Εγκαταστάσεων 276
Τρέχουσα Έκδοση 0.0.11
Τελευταία Ενημέρωση 2015-01-20
Ημερομηνία Δημοσίευσης 2015-01-20
Αξιολόγηση 3.88/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής heyimlance
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Soundcloudiator",
    "version": "0.0.11",
    "manifest_version": 2,
    "minimum_chrome_version": "29",
    "description": "A fast, simple soundcloud player that lets you search or randomly play through ALL of your likes and stream items.",
    "homepage_url": "http:\/\/heyimlance.com\/projects",
    "icons": {
        "48": "static\/icons\/icon48.png",
        "128": "static\/icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "static\/icons\/paused.png",
        "default_title": "Soundcloudiator",
        "default_popup": "page_action\/page_action.html"
    },
    "options_page": "options\/index.html",
    "background": {
        "page": "bg\/background.html",
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/www.google.com\/accounts\/OAuthGetRequestToken",
        "https:\/\/soundcloud.com\/*",
        "https:\/\/api.soundcloud.com\/*",
        "https:\/\/soundcloud.com\/*",
        "http:\/\/connect.soundcloud.com\/*"
    ],
    "web_accessible_resources": [
        "static\/icons\/*.png",
        "static\/fonts\/*.*",
        "static\/css\/*.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}