Simple Youtube Repeater
Simply click the repeat button to make the Youtube video automatically repeat.
¿Qué es Simple Youtube Repeater?
Simple Youtube Repeater es una extensión de Chrome desarrollada por kennethdevel, y su función principal es "Simply click the repeat button to make the Youtube video automatically repeat.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Simple Youtube Repeater
Descarga archivos de extensión Simple Youtube Repeater en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Simply click the repeat button to make the video automatically repeat.
Información Básica de la Extensión
Nombre | Simple Youtube Repeater |
ID | pbjaladifincbflhpknphchnapmemgnm |
URL Oficial | https://chromewebstore.google.com/detail/simple-youtube-repeater/pbjaladifincbflhpknphchnapmemgnm |
Descripción | Simply click the repeat button to make the Youtube video automatically repeat. |
Tamaño del Archivo | 15.46 KB |
Cantidad de Instalaciones | 694 |
Versión Actual | 3.0 |
Última Actualización | 2016-06-13 |
Fecha de Publicación | 2016-06-13 |
Calificación | 4.29/5 Total de 7 Calificaciones |
Desarrollador | kennethdevel |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |