Deezdl
Download your favorite Deezer music from everywhere
Deezdl란 무엇입니까?
Deezdl은(는) meddou에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download your favorite Deezer music from everywhere"입니다.
확장 프로그램 스크린샷
Deezdl 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |