Splerce

A Bad Quality Splice Sample Downloader for Poor People

Splerceคืออะไร?

Splerce เป็นส่วนขยายของ Chrome ที่พัฒนาโดย me และคุณลักษณะหลักของมันคือ "A Bad Quality Splice Sample Downloader for Poor People"

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

screenshot

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

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

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

                        I just signed up for Splice and saw that a registered user has access to all previews. This extension allows a registered Splice user to download those previews.

Here's how to use it:

 1. Make sure the extension is installed
 2. Register for a Splice account
 3. Sign in to Splice
 4. Navigate to the sample pack you want to download (e.g. https://splice.com/sounds/origin-sound/the-drip-trap-hip-hop-sauce)
 5. If you don't see any red download icons on the page, refresh the page
 6. Play the sound you want to download, that should generate the link to AWS
 7. The red download button should change from red to green, this means you can download it
 8. Enjoy bad quality sounds ;)

Known bugs:

This was written in about 20 minutes, so there are going to be bugs. We couldn't be bothered fixing them as this was just for fun.

 Bug #1: Scrolling down through the list doesn't add download buttons to all sounds
 Bug #2: Not all sounds are downloadable
 Bug #3: Sounds are bad quality

DISCLAIMER:

THIS IS FOR EDUCATIONAL PURPOSES ONLY. WE DO NOT OWN ANY OF THE CONTENT PROVIDED BY SPLICE. PLEASE USE AT YOUR OWN RISK.                    

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

ชื่อ Splerce Splerce
ID egmpflmiichggflcbeelpmngbmdmjalp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/splerce/egmpflmiichggflcbeelpmngbmdmjalp
คำอธิบาย A Bad Quality Splice Sample Downloader for Poor People
ขนาดไฟล์ 56.31 KB
จำนวนการติดตั้ง 191
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-01-19
วันที่เผยแพร่ 2020-01-19
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา me
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Splerce",
    "version": "1.0.0",
    "description": "A Bad Quality Splice Sample Downloader for Poor People",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/splice.com\/sounds\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/splice.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "splerce.png"
    },
    "icons": {
        "16": "splerce16.png",
        "48": "splerce48.png",
        "128": "splerce128.png"
    }
}