Auto-BandCamp

Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.

Τι είναι το Auto-BandCamp;

Το Auto-BandCamp είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mkdevservices, και η κύρια λειτουργία του είναι "Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.".

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

screenshot
screenshot

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

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

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

                        If you use the website, BandCamp, to discover new music then Auto-BandCamp will simplify the listening processing for you. Once you open up an album page on the BandCamp site, load the extension and press play and it will begin to play through the album automatically. Auto-BandCamp will load the next song without any input required from the user. You can also pause, skip, and jump between songs without having to switch back to BandCamp tab by using the Song List feature in the extension.                    

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

Όνομα Auto-BandCamp Auto-BandCamp
ID limemoifnaonjflnmlnbachimddmkbcm
Επίσημο URL https://chromewebstore.google.com/detail/auto-bandcamp/limemoifnaonjflnmlnbachimddmkbcm
Περιγραφή Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.
Μέγεθος Αρχείου 582 KB
Αριθμός Εγκαταστάσεων 161
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-03-26
Ημερομηνία Δημοσίευσης 2017-03-26
Αξιολόγηση 2.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής mkdevservices
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto-BandCamp",
    "description": "Play an album off of BandCamp without having to click to start each song. Pause\/Resume, skip, and repeat features are included.",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "alarms",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/ajax.googleapis.com\/"
    ]
}