Instant Chords: Tab Connect by UltimateGuitar

Connect Ultimate Guitar to your Spotify or YouTube to instantly find tabs for the song you’re listening to

ما هو Instant Chords: Tab Connect by UltimateGuitar؟

Instant Chords: Tab Connect by UltimateGuitar هو إضافة Chrome تم تطويرها بواسطة https://ultimate-guitar.com، والميزة الرئيسية لها هي "Connect Ultimate Guitar to your Spotify or YouTube to instantly find tabs for the song you’re listening to".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Instant Chords: Tab Connect by UltimateGuitar

قم بتنزيل ملفات الامتداد Instant Chords: Tab Connect by UltimateGuitar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Listen to a song, love it, play it. 🎸

Connect your Ultimate Guitar with Spotify, YouTube or YouTube Music and instantly find chords and tabs of your Now Playing songs. It's like a little tab finder buddy on your music player. 

🎶 WITH TAB CONNECT YOU CAN:
- Find chords and tabs of the songs you listen to with one click.
- Create a seamless experience between listening and playing music.
- Find tabs of any embedded Youtube video wherever it is, in just one click.
- Become awesome at what you love best.

🤘 HOW TO GET STARTED:
- Add the 'Instant Chords: Tab Connect' extension to your Chrome browser.
- Play any song on Spotify, YouTube Music, YouTube, or any site that has Youtube videos embedded. 
- Click the 'Open Chords' button on your player.
- Get instant access to the song’s chords or tabs on Ultimate-Guitar.com.
- You're ready to play. 

Search for music tabs from your favorite artists the smart way, with Tab Connect. 

No need for an Ultimate Guitar account or subscription – it's totally free to find chords and tabs. Just add the extension and you're good to go!

❗ Please note this extension is compatible with websites only, not standalone Spotify or Youtube applications!                    

معلومات أساسية عن التمديد

الاسم Instant Chords: Tab Connect by UltimateGuitar Instant Chords: Tab Connect by UltimateGuitar
ID egmfpidcpoojopcpppnidcpefamjejab
عنوان URL الرسمي https://chromewebstore.google.com/detail/instant-chords-tab-connec/egmfpidcpoojopcpppnidcpefamjejab
الوصف Connect Ultimate Guitar to your Spotify or YouTube to instantly find tabs for the song you’re listening to
حجم الملف 49.41 KB
عدد التثبيتات 10,531
النسخة الحالية 1.2
آخر تحديث 2023-11-23
تاريخ النشر 2023-10-27
تقييم 3.88/5 مجموع تقييمات 24
المطور https://ultimate-guitar.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.ultimate-guitar.com
عنوان صفحة المساعدة https://help.ultimate-guitar.com/en/
عنوان صفحة سياسة الخصوصية https://www.ultimate-guitar.com/about/privacy.htm
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "short_name": "UG serch chords",
    "version": "1.2",
    "description": "__MSG_description__",
    "author": "UG dev",
    "homepage_url": "https:\/\/www.ultimate-guitar.com",
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_name__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/music.youtube.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/constant.js",
                "js\/run.js",
                "js\/youtube_music\/youtube_music.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/constant.js",
                "js\/run.js",
                "js\/youtube\/youtube.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/constant.js",
                "js\/run.js",
                "js\/spotify\/spotify.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/logo.svg",
                "icons\/logo_white.svg"
            ],
            "matches": [
                "https:\/\/music.youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/open.spotify.com\/*"
            ]
        }
    ],
    "offline_enabled": true,
    "minimum_chrome_version": "103"
}