AllTube Player
Search video/audio across YouTube, DailyMotion, Vimeo & SoundCloud
¿Qué es AllTube Player?
AllTube Player es una extensión de Chrome desarrollada por Kay61, y su función principal es "Search video/audio across YouTube, DailyMotion, Vimeo & SoundCloud".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión AllTube Player
Descarga archivos de extensión AllTube Player en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | AllTube Player |
ID | hidpklkpehfemlfmjgbdipilaofgfpmd |
URL Oficial | https://chromewebstore.google.com/detail/alltube-player/hidpklkpehfemlfmjgbdipilaofgfpmd |
Descripción | Search video/audio across YouTube, DailyMotion, Vimeo & SoundCloud |
Tamaño del Archivo | 39.7 KB |
Cantidad de Instalaciones | 274 |
Versión Actual | 1.0.5 |
Última Actualización | 2021-06-24 |
Fecha de Publicación | 2021-06-24 |
Desarrollador | Kay61 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.alltubeplayer.com |
Idiomas Soportados | 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 } |