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