ytloop
Automatically replay the video in Youtube by default.
Qu'est-ce que ytloop ?
ytloop est une extension Chrome développée par ikaflower, et sa fonction principale est "Automatically replay the video in Youtube by default.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ytloop
Téléchargez les fichiers d'extension ytloop 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
You can play Youtube video endlessly by default. In other words, This automatically replay the video clip.
Informations de Base sur l'Extension
Nom | ytloop |
ID | elcnaihlaknobdaoafljjbpbdobaccpp |
URL Officiel | https://chromewebstore.google.com/detail/ytloop/elcnaihlaknobdaoafljjbpbdobaccpp |
Description | Automatically replay the video in Youtube by default. |
Taille du Fichier | 11.64 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2013-07-16 |
Date de Publication | 2013-07-16 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | ikaflower |
Type de Paiement | free |
Langues Prises en Charge | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ytloop", "version": "1.0.2", "description": "__MSG_appDesc__", "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/watch*" ], "js": [ "ytloop.js" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |