AllTube Player
Search video/audio across YouTube, DailyMotion, Vimeo & SoundCloud
Qu'est-ce que AllTube Player ?
AllTube Player est une extension Chrome développée par Kay61, et sa fonction principale est "Search video/audio across YouTube, DailyMotion, Vimeo & SoundCloud".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AllTube Player
Téléchargez les fichiers d'extension AllTube Player au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | AllTube Player |
ID | hidpklkpehfemlfmjgbdipilaofgfpmd |
URL Officiel | https://chromewebstore.google.com/detail/alltube-player/hidpklkpehfemlfmjgbdipilaofgfpmd |
Description | Search video/audio across YouTube, DailyMotion, Vimeo & SoundCloud |
Taille du Fichier | 39.7 KB |
Nombre d'Installations | 274 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2021-06-24 |
Date de Publication | 2021-06-24 |
Développeur | Kay61 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.alltubeplayer.com |
Langues Prises en Charge | 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 } |