Ultimate-Guitar No BS
Get rid of that crap
什麼是Ultimate-Guitar No BS?
Ultimate-Guitar No BS是由Brandon Flynn開發的Chrome擴展程式,該擴展的主要功能是“Get rid of that crap”。
擴展截圖
下載Ultimate-Guitar No BS擴展crx文件
下載Ultimate-Guitar No BS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Ultimate-Guitar No BS |
ID | jmpkkadmknlnfhodidloffadbagededm |
官方網址 | https://chromewebstore.google.com/detail/ultimate-guitar-no-bs/jmpkkadmknlnfhodidloffadbagededm |
簡介 | Get rid of that crap |
檔案大小 | 233 KB |
安裝次數 | 484 |
目前版本 | 1.1 |
更新時間 | 2019-07-23 |
上架時間 | 2019-07-23 |
評分 | 4.78/5 共 9 次評分 |
開發者 | Brandon Flynn |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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 } |