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'" } |