Deezdl
Download your favorite Deezer music from everywhere
Deezdlคืออะไร?
Deezdl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย meddou และคุณลักษณะหลักของมันคือ "Download your favorite Deezer music from everywhere"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Deezdl
ดาวน์โหลดไฟล์ส่วนขยาย Deezdl ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Make your life easier. Deezdl makes you able to link Deezer to research website like Google, Google Play, and other download websites of your choice. Firstly, you'll need to configure the website where Deezdl will look for. It's easy, just Ctrl + Click on the research input of the website. After that, just Ctrl + Click on a cover album/music of Deezer or click on the album button and let the magic happen. Facilitez-vous la vie. Deezdl vous permet de lier Deezer à des moteurs de recherche comme Google, Google Play et d'autres sites de téléchargement de votre choix. Premièrement, vous allez devoir configurer le site sur lequel Deezdl va chercher. C'est très facile, il suffit simplement de faire un Ctrl + Clique sur un champ de recherche d'un site. Après cela, faites simplement un Ctrl + Clique sur une cover d'album/music Deezer ou appuyez simplement sur le bouton de la page de l'album et laissez la magie opérer.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ojkgeljdeihmnoamceidbdlcfogjlmmg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/deezdl/ojkgeljdeihmnoamceidbdlcfogjlmmg |
คำอธิบาย | Download your favorite Deezer music from everywhere |
ขนาดไฟล์ | 57.32 KB |
จำนวนการติดตั้ง | 1,141 |
เวอร์ชันปัจจุบัน | 1.3.7 |
อัปเดตครั้งล่าสุด | 2017-09-30 |
วันที่เผยแพร่ | 2017-09-30 |
คะแนน | 2.24/5 รวมทั้งหมด 34 คะแนน |
ผู้พัฒนา | meddou |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Deezdl", "description": "Download your favorite Deezer music from everywhere", "version": "1.3.7", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "background", "tabs", "storage" ], "browser_action": { "default_icon": "img\/logo.png", "default_popup": "views\/popup.html" }, "icons": { "128": "img\/logo.png" }, "background": { "persistent": false, "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/content.js" ] } ], "web_accessible_resources": [ "img\/logo.png", "lang\/content_*.json" ] } |