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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/"
    ]
}