Skip to content
This repository was archived by the owner on Feb 4, 2018. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Deezify.crx
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Deezify
Due to some priorities, and a lack of time, Deezify is now open source!
Thanks all for your support!

Chrome extension: https://chrome.google.com/webstore/detail/deezify/kpkbhaapafmlmgodhicgpngihalhepll
Match and download any track from your favorite streaming music service, without limit or ads!

ZeNy.
ps: Use google chrome canary to import extension
15 changes: 14 additions & 1 deletion _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@
"message": "The submited captcha was erroned"
},

"spotifyDownloadMessage": {
"message": "Download"
},
"spotifyDownloadMatching": {
"message": "Matching..."
},
"spotifyDownloadError": {
"message": "Unavailable"
},
"spotifyCaptchaError": {
"message": "Error"
},

"xboxMusicDownloadMessage": {
"message": "Download the current track"
},
Expand All @@ -35,4 +48,4 @@
"globalCaptchaSubmit": {
"message": "Submit"
}
}
}
15 changes: 14 additions & 1 deletion _locales/fr/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@
"deezerCaptchaError": {
"message": "Le captcha renvoyé est erroné"
},

"spotifyDownloadMessage": {
"message": "Télécharger"
},
"spotifyDownloadMatching": {
"message": "Recherche..."
},
"spotifyDownloadError": {
"message": "indisponible"
},
"spotifyCaptchaError": {
"message": "Erreur"
},

"xboxMusicDownloadMessage": {
"message": "Télécharger cette piste audio"
Expand All @@ -35,4 +48,4 @@
"globalCaptchaSubmit": {
"message": "Envoyer"
}
}
}
7 changes: 3 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@
"media/css/deezify.css"
],
"js": [
"media/js/include.js"
"src/include.js"
],
"all_frames" : false,
"run_at": "document_idle"
"all_frames" : false
}
]
}
}
4 changes: 4 additions & 0 deletions media/css/deezify.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@
display: none;
opacity: 0;
}

a.deezify-link {
color: #fff;
}
Loading