Bandcamper

Batch-download functionality for the Bandcamp website

Bandcamperคืออะไร?

Bandcamper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://bandcamper.co.uk และคุณลักษณะหลักของมันคือ "Batch-download functionality for the Bandcamp website"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bandcamper

ดาวน์โหลดไฟล์ส่วนขยาย Bandcamper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This version of Bandcamper is primarily a batch-downloader. It provides a neatly integrated way to batch-download items from your Bandcamp collection, and even makes downloading a single item just that little bit more straightforward.

Scroll through your collection or use Bandcamp's search facility to select the items you want, then download it all with the click of a beautiful, big, blue button!

The extension popup also provides convenient links to your most frequently visited pages.

Note: You can only download items from your own collection with Bandcamper - this is not a 'download music for free' app.

Additional functionality beyond batch-downloading is planned for future versions.

check out the website at www.bandcamper.co.uk for more information.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bandcamper Bandcamper
ID nafpaehhiebmplponikkijlebkljdnni
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bandcamper/nafpaehhiebmplponikkijlebkljdnni
คำอธิบาย Batch-download functionality for the Bandcamp website
ขนาดไฟล์ 1.66 MB
จำนวนการติดตั้ง 549
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2022-05-10
วันที่เผยแพร่ 2020-08-12
คะแนน 4.18/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา http://bandcamper.co.uk
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.bandcamper.co.uk
URL หน้าช่วยเหลือ http://www.bandcamper.co.uk/html/docs.html
URL หน้านโยบายความเป็นส่วนตัว http://www.bandcamper.co.uk/html/privacy_policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bandcamper",
    "version": "0.1",
    "description": "Batch-download functionality for the Bandcamp website",
    "offline_enabled": false,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bandcamp.com\/*"
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                "libraries\/knockout-3.5.1.js",
                "content\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/bandcamper_icon\/bandcamper_icon.png",
            "32": "images\/bandcamper_icon\/[email protected]",
            "48": "images\/bandcamper_icon\/[email protected]",
            "64": "images\/bandcamper_icon\/[email protected]",
            "80": "images\/bandcamper_icon\/[email protected]",
            "128": "images\/bandcamper_icon\/[email protected]",
            "160": "images\/bandcamper_icon\/[email protected]",
            "256": "images\/bandcamper_icon\/[email protected]",
            "512": "images\/bandcamper_icon\/[email protected]"
        },
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "images\/bandcamper_icon\/bandcamper_icon.png",
        "32": "images\/bandcamper_icon\/[email protected]",
        "48": "images\/bandcamper_icon\/[email protected]",
        "64": "images\/bandcamper_icon\/[email protected]",
        "80": "images\/bandcamper_icon\/[email protected]",
        "128": "images\/bandcamper_icon\/[email protected]",
        "160": "images\/bandcamper_icon\/[email protected]",
        "256": "images\/bandcamper_icon\/[email protected]",
        "512": "images\/bandcamper_icon\/[email protected]"
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "https:\/\/bandcamp.com\/",
        "https:\/\/popplers5.bandcamp.com\/*",
        "https:\/\/p4.bcbits.com\/download\/*"
    ]
}