Ultimate-Guitar No BS
Get rid of that crap
What is Ultimate-Guitar No BS?
Ultimate-Guitar No BS is a Chrome extension developed by Brandon Flynn, and its main feature is "Get rid of that crap".
Extension Screenshots
Download Ultimate-Guitar No BS Extension CRX File
Download Ultimate-Guitar No BS 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
You want the tab and nothing else? This removes all distractions from Ultimate Guitar. July 04 2018: Script activates on 'load' event now. Should work all the time. May not, who knows. Removed the red 'back button'. Didn't really need that. Made the search box wider. I'll hide the 'site:ultimate-guitar.com' when I get around to it.
Extension Basic Information
Name | Ultimate-Guitar No BS |
ID | jmpkkadmknlnfhodidloffadbagededm |
Official URL | https://chromewebstore.google.com/detail/ultimate-guitar-no-bs/jmpkkadmknlnfhodidloffadbagededm |
Description | Get rid of that crap |
File Size | 233 KB |
Installation Count | 484 |
Current Version | 1.1 |
Last Updated | 2019-07-23 |
Publish Date | 2019-07-23 |
Rating | 4.78/5 Total 9 Ratings |
Developer | Brandon Flynn |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ultimate-Guitar No BS", "version": "1.1", "background": { "scripts": [ "ugnobs.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/tabs.ultimate-guitar.com\/*" ], "js": [ "ugnobs.js" ] } ], "description": "Get rid of that crap", "manifest_version": 2 } |