Deezer Tab
Discover a Deezer Track every time you open a new tab.
Deezer Tabとは何ですか?
Deezer Tabはsmndhmによって開発されたChromeの拡張機能で、その主な機能は「Discover a Deezer Track every time you open a new tab.」です。
拡張機能のスクリーンショット
Deezer Tab拡張機能のCRXファイルをダウンロード
Deezer Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Based on Deezer API, every time you open a new tab it'll show you one of the trending tracks.
拡張機能の基本情報
名前 | Deezer Tab |
ID | meiclleccmfmheoplgelombebilpndea |
公式URL | https://chromewebstore.google.com/detail/deezer-tab/meiclleccmfmheoplgelombebilpndea |
説明 | Discover a Deezer Track every time you open a new tab. |
ファイルサイズ | 266 KB |
インストール数 | 260 |
現在のバージョン | Centered Build |
最終更新日 | 2021-07-20 |
公開日 | 2019-11-28 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | smndhm |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/smndhm/dzr-tab |
ヘルプページのURL | https://github.com/smndhm/dzr-tab/issues |
対応言語 | 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'" } |