Deezdl
Download your favorite Deezer music from everywhere
Deezdl là gì?
Deezdl là một tiện ích mở rộng Chrome được phát triển bởi meddou, và tính năng chính của nó là "Download your favorite Deezer music from everywhere".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Deezdl
Tải xuống các tệp mở rộng Deezdl dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ojkgeljdeihmnoamceidbdlcfogjlmmg |
URL Chính Thức | https://chrome.google.com/webstore/detail/deezdl/ojkgeljdeihmnoamceidbdlcfogjlmmg |
Mô tả | Download your favorite Deezer music from everywhere |
Kích Thước Tệp | 57.32 KB |
Số Lần Cài Đặt | 1,141 |
Phiên Bản Hiện Tại | 1.3.7 |
Cập Nhật Lần Cuối | 2017-09-30 |
Ngày Phát Hành | 2017-09-30 |
Đánh Giá | 2.24/5 Tổng số 34 Đánh Giá |
Nhà Phát Triển | meddou |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |