ListenTo
Be a YouTube DJ or listen to other YouTube DJs
ListenToとは何ですか?
ListenToはposenerによって開発されたChromeの拡張機能で、その主な機能は「Be a YouTube DJ or listen to other YouTube DJs」です。
拡張機能のスクリーンショット
ListenTo拡張機能のCRXファイルをダウンロード
ListenTo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is an extension to https://youtube.com. This extension enables two modes: Be a DJ: Play you favorite YouTube clips, and enable others listen to a your music while you are playing it. Be a listener: Listen to a live DJ while he is playing YouTube songs.
拡張機能の基本情報
名前 | |
ID | hhdebiameojlifkdofogncmkhjadbckj |
公式URL | https://chrome.google.com/webstore/detail/listento/hhdebiameojlifkdofogncmkhjadbckj |
説明 | Be a YouTube DJ or listen to other YouTube DJs |
ファイルサイズ | 149 KB |
インストール数 | 44 |
現在のバージョン | 1.4 |
最終更新日 | 2019-02-22 |
公開日 | 2019-02-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | posener |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ListenTo", "version": "1.4", "description": "Be a YouTube DJ or listen to other YouTube DJs", "manifest_version": 2, "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "images\/yt-radio-on-128.png" }, "permissions": [ "declarativeContent", "storage", "tabs", "activeTab", "https:\/\/*.listen-2.herokuapp.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |