ugtabdl
Changes the Download Tab buttons location in 'ug' site.
What is ugtabdl?
ugtabdl is a Chrome extension developed by MT, and its main feature is "Changes the Download Tab buttons location in 'ug' site.".
Extension Screenshots
Download ugtabdl Extension CRX File
Download ugtabdl extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
On Ultimate Guitar website, moves the "Download Tab" button from the bottom of the page to the top, to prevent annoying scrolldowns when downloading GP tabs.
Extension Basic Information
Name | ugtabdl |
ID | kobhkedkemeneipolbjfcjobhbekdeen |
Official URL | https://chromewebstore.google.com/detail/ugtabdl/kobhkedkemeneipolbjfcjobhbekdeen |
Description | Changes the Download Tab buttons location in 'ug' site. |
File Size | 4.08 KB |
Installation Count | 20 |
Current Version | 0.1 |
Last Updated | 2019-07-07 |
Publish Date | 2019-07-07 |
Developer | MT |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ugtabdl", "version": "0.1", "description": "Changes the Download Tab buttons location in 'ug' site.", "icons": { "48": "icons\/icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.ultimate-guitar.com\/*" ], "js": [ "index.js" ] } ] } |