Loop That Vid
This extension allows you to play a youtube video or song on an infinite loop
Qu'est-ce que Loop That Vid ?
Loop That Vid est une extension Chrome développée par Unknown, et sa fonction principale est "This extension allows you to play a youtube video or song on an infinite loop".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Loop That Vid
Téléchargez les fichiers d'extension Loop That Vid 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
This extension allows you to play a youtube video/song on an infinite loop. Usage Go to www.youtube.com and open a video/song of your liking. Click the 'Loop That Vid' extension button on the top right corner of chrome. Story I like to listen to songs on an infinite loop. I was tired of manually editing urls to loop a song that I wanted to listen to indefinitely. Hence, LoopThatVid. What is really happening? This extension edits your url to direct you to a website which loops your video/song.
Informations de Base sur l'Extension
Nom | Loop That Vid |
ID | adlilnogifgfhgcnigbkbfekcedfajgg |
URL Officiel | https://chromewebstore.google.com/detail/loop-that-vid/adlilnogifgfhgcnigbkbfekcedfajgg |
Description | This extension allows you to play a youtube video or song on an infinite loop |
Taille du Fichier | 16.49 KB |
Nombre d'Installations | 22 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-01-06 |
Date de Publication | 2015-01-06 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Loop That Vid", "description": "This extension allows you to play a youtube video or song on an infinite loop", "version": "1.0", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "mainLogic.js" ] } } |