Deezer Tab
Discover a Deezer Track every time you open a new tab.
What is Deezer Tab?
Deezer Tab is a Chrome extension developed by smndhm, and its main feature is "Discover a Deezer Track every time you open a new tab.".
Extension Screenshots
Download Deezer Tab Extension CRX File
Download Deezer Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Based on Deezer API, every time you open a new tab it'll show you one of the trending tracks.
Extension Basic Information
Name | Deezer Tab |
ID | meiclleccmfmheoplgelombebilpndea |
Official URL | https://chromewebstore.google.com/detail/deezer-tab/meiclleccmfmheoplgelombebilpndea |
Description | Discover a Deezer Track every time you open a new tab. |
File Size | 266 KB |
Installation Count | 260 |
Current Version | Centered Build |
Last Updated | 2021-07-20 |
Publish Date | 2019-11-28 |
Rating | 3.67/5 Total 3 Ratings |
Developer | smndhm |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/smndhm/dzr-tab |
Help Page URL | https://github.com/smndhm/dzr-tab/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Deezer Tab", "short_name": "Deezer Tab", "description": "Discover a Deezer Track every time you open a new tab.", "version": "2.0.4", "version_name": "Centered Build", "author": "Simon Duhem", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "https:\/\/api.deezer.com\/*", "storage" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |