AllTube Player
Search video/audio across YouTube, DailyMotion, Vimeo & SoundCloud
什么是AllTube Player?
AllTube Player是由Kay61开发的Chrome扩展程序,该扩展的主要功能是“Search video/audio across YouTube, DailyMotion, Vimeo & SoundCloud”。
扩展截图
下载AllTube Player扩展crx文件
下载AllTube Player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
AllTube Player is your gateway to video and audio. This extension brings video and audio search engine directly to your browser. Simply enter the search keyword or select the text in the current webpage and AllTube Player will search for video and audio across YouTube, Dailymotion, Vimeo and SoundCloud. The search result is presented in a consolidated view. Simply click on any of the video or audio in the search result and it will be played in AllTube Player video webpage. Simple as that!
扩展基本信息
名称 | AllTube Player |
ID | hidpklkpehfemlfmjgbdipilaofgfpmd |
官方URL | https://chromewebstore.google.com/detail/alltube-player/hidpklkpehfemlfmjgbdipilaofgfpmd |
简介 | Search video/audio across YouTube, DailyMotion, Vimeo & SoundCloud |
文件大小 | 39.7 KB |
安装次数 | 274 |
当前版本 | 1.0.5 |
更新时间 | 2021-06-24 |
上架时间 | 2021-06-24 |
开发者 | Kay61 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.alltubeplayer.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "ATD", "name": "AllTube Player", "version": "1.0.5", "description": "Search video\/audio across YouTube, DailyMotion, Vimeo & SoundCloud", "permissions": [ "https:\/\/*.alltubeplayer.com\/*", "activeTab", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": { "32": "images\/ATP_Icon_32x32.png", "48": "images\/ATP_Icon_48x48.png", "128": "images\/ATP_Icons_128x128.png" } }, "icons": { "32": "images\/ATP_Icon_32x32.png", "48": "images\/ATP_Icon_48x48.png", "128": "images\/ATP_Icons_128x128.png" }, "manifest_version": 2 } |