osu! Beatmap Auto Downloader

This extension will automatically download any beatmap from its page at osu.ppy.sh. For example; If you visit…

osu! Beatmap Auto Downloaderคืออะไร?

osu! Beatmap Auto Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brayden9707 และคุณลักษณะหลักของมันคือ "This extension will automatically download any beatmap from its page at osu.ppy.sh. For example; If you visit…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย osu! Beatmap Auto Downloader

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

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

                        This extension will automatically download any beatmap from its page at osu.ppy.sh.

For example; 
If you visit https://osu.ppy.sh/s/163112 with osu! Beatmap Auto Downloader enabled, it will automatically redirect you to the /d/ page of that beatmap. This will start the download without any extra clicks! (not that you aren't used to that...)

You can also choose to prefer each download is the "No Video" version.
This means that if the Beatmap has a video, you can setup osu! Beatmap Auto Downloader to download the non-video version.                    

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

ชื่อ osu! Beatmap Auto Downloader osu! Beatmap Auto Downloader
ID flompapkhbacnpmgokmghphpohejaohn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/osu-beatmap-auto-download/flompapkhbacnpmgokmghphpohejaohn
คำอธิบาย This extension will automatically download any beatmap from its page at osu.ppy.sh. For example; If you visit…
ขนาดไฟล์ 14.35 KB
จำนวนการติดตั้ง 1,212
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2017-11-01
วันที่เผยแพร่ 2017-11-01
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Brayden9707
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "osu! Beatmap Auto Downloader",
    "version": "0.2",
    "options_page": "options.html",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/osu.ppy.sh\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    }
}