LoopTube
Auto loop the YouTube video
Qu'est-ce que LoopTube ?
LoopTube est une extension Chrome développée par vedha.viyash, et sa fonction principale est "Auto loop the YouTube video".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LoopTube
Téléchargez les fichiers d'extension LoopTube 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
Auto loop the YouTube video when it ends. No more click replay buttons again!
Informations de Base sur l'Extension
Nom | LoopTube |
ID | faaokfideffddckilhbjniccnelnioid |
URL Officiel | https://chromewebstore.google.com/detail/looptube/faaokfideffddckilhbjniccnelnioid |
Description | Auto loop the YouTube video |
Taille du Fichier | 10.51 KB |
Nombre d'Installations | 75 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2020-08-18 |
Date de Publication | 2020-08-18 |
Développeur | vedha.viyash |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LoopTube", "version": "0.0.1", "description": "Auto loop the YouTube video", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "youtube.png", "48": "youtube.png", "128": "youtube.png" }, "browser_action": { "default_icon": "youtube.png", "default_title": "Turning this extension on will loop the YouTube video automatically" } } |