UG Downloader
UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…
¿Qué es UG Downloader?
UG Downloader es una extensión de Chrome desarrollada por James Waller, y su función principal es "UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión UG Downloader
Descarga archivos de extensión UG Downloader 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
UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports downloads for tabs that have been removed from the site as well, so no more pesky "This tab has been removed by the publisher" issues. Usage: Simply visit a guitar pro and power tab page and click on the UG Downloader extension icon. Tabs will be automatically downloaded for you in your default download location. UPDATE: Now supports HTTPS and the updated Ultimate Guitar download path. If your extension isn't working due to "Page not found", please update your extension.
Información Básica de la Extensión
Nombre | |
ID | jmccjimjbganlpjjkakekhpjlphfoofc |
URL Oficial | https://chrome.google.com/webstore/detail/ug-downloader/jmccjimjbganlpjjkakekhpjlphfoofc |
Descripción | UG Downloader is a way to download guitar pro and power tab files from Ultimate-Guitar more easily. This extension supports… |
Tamaño del Archivo | 9.28 KB |
Cantidad de Instalaciones | 2,099 |
Versión Actual | 3.0 |
Última Actualización | 2021-01-21 |
Fecha de Publicación | 2017-09-19 |
Calificación | 3.74/5 Total de 23 Calificaciones |
Desarrollador | James Waller |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UG Downloader", "version": "3.0", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "name": "Click to download tab" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/tabs.ultimate-guitar.com\/*", "http:\/\/tabs.ultimate-guitar.com\/*", "tabs" ] } |