SoundCloud Enhancement Suite

SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud

Τι είναι το SoundCloud Enhancement Suite;

Το SoundCloud Enhancement Suite είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον David Bond, και η κύρια λειτουργία του είναι "SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud".

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

screenshot

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

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

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

                        * Removes reposted content from your stream
* Hides the "discover" page, browsing to it redirects to the stream page.
* Adds a "RELOAD" button for pullups to the audio player
* Adds a direct link to "The Upload" playlist to the header                    

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

Όνομα SoundCloud Enhancement Suite SoundCloud Enhancement Suite
ID gflolmeahbkikpgmjifobdfopjjodehh
Επίσημο URL https://chromewebstore.google.com/detail/soundcloud-enhancement-su/gflolmeahbkikpgmjifobdfopjjodehh
Περιγραφή SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud
Μέγεθος Αρχείου 409 KB
Αριθμός Εγκαταστάσεων 335
Τρέχουσα Έκδοση 0.2.0
Τελευταία Ενημέρωση 2020-04-18
Ημερομηνία Δημοσίευσης 2020-04-18
Αξιολόγηση 2.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής David Bond
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/davidsbond/soundcloud-enhancement-suite
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SoundCloud Enhancement Suite",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "js\/index.js"
            ],
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "version": "0.2.0",
    "author": "David Bond ",
    "homepage_url": "https:\/\/github.com\/davidsbond\/soundcloud-enhancement-suite",
    "description": "SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud",
    "web_accessible_resources": [
        "audio\/reload.wav"
    ]
}