Simple Youtube Repeater
Simply click the repeat button to make the Youtube video automatically repeat.
Qu'est-ce que Simple Youtube Repeater ?
Simple Youtube Repeater est une extension Chrome développée par kennethdevel, et sa fonction principale est "Simply click the repeat button to make the Youtube video automatically repeat.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple Youtube Repeater
Téléchargez les fichiers d'extension Simple Youtube Repeater 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
Simply click the repeat button to make the video automatically repeat.
Informations de Base sur l'Extension
Nom | Simple Youtube Repeater |
ID | pbjaladifincbflhpknphchnapmemgnm |
URL Officiel | https://chromewebstore.google.com/detail/simple-youtube-repeater/pbjaladifincbflhpknphchnapmemgnm |
Description | Simply click the repeat button to make the Youtube video automatically repeat. |
Taille du Fichier | 15.46 KB |
Nombre d'Installations | 694 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2016-06-13 |
Date de Publication | 2016-06-13 |
Évaluation | 4.29/5 Total 7 Évaluations |
Développeur | kennethdevel |
[email protected] | |
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": "Simple Youtube Repeater", "description": "Simply click the repeat button to make the Youtube video automatically repeat.", "version": "3.0", "author": "Kenneth", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch?*" ], "js": [ "cs.js" ] } ], "web_accessible_resources": [ "images\/*.png" ], "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" } } |