YouTube for Musicians

Adds a musician-friendly controller to videos on YouTube.com making it easy to set loops and slow down. Built by MusicLessons.com.

YouTube for Musicians là gì?

YouTube for Musicians là một tiện ích mở rộng Chrome được phát triển bởi https://musiclessons.com, và tính năng chính của nó là "Adds a musician-friendly controller to videos on YouTube.com making it easy to set loops and slow down. Built by MusicLessons.com.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube for Musicians

Tải xuống các tệp mở rộng YouTube for Musicians dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Adds a musician-friendly video controller directly underneath YouTube videos on YouTube.com. The controller makes it easier to work with YouTube videos as a musician, letting you set loops and slow down videos so you can practice more efficiently.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube for Musicians YouTube for Musicians
ID canoofkfpahoilmhnglgiflgajekhaba
URL Chính Thức https://chromewebstore.google.com/detail/youtube-for-musicians/canoofkfpahoilmhnglgiflgajekhaba
Mô tả Adds a musician-friendly controller to videos on YouTube.com making it easy to set loops and slow down. Built by MusicLessons.com.
Kích Thước Tệp 871 KB
Số Lần Cài Đặt 315
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2023-04-13
Ngày Phát Hành 2018-09-11
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://musiclessons.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.musiclessons.com/youtube/
URL Trang Trợ Giúp https://www.musiclessons.com/support/
URL Trang Chính Sách Bảo Mật https://www.musiclessons.com/agreements/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "YouTube for Musicians",
    "short_name": "YouTube for Musicians",
    "description": "Adds a musician-friendly controller to videos on YouTube.com making it easy to set loops and slow down. Built by MusicLessons.com.",
    "version": "1.1.2",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "19": "images\/icon19.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "72": "images\/icon72.png"
        },
        "default_title": "YouTube for Musicians",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png",
        "512": "images\/icon512.png"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.musiclessons.com\/youtube\/xtension\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/jquery-3.6.1.min.js",
                "js\/jquery-ui-1.13.2.custom\/jquery-ui.min.js",
                "youtube.min.js"
            ],
            "css": [
                "js\/jquery-ui-1.13.2.custom\/jquery-ui.min.css",
                "fontawesome.min.css",
                "popup.min.css",
                "youtube.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fontawesome-webfont.woff2",
                "fontawesome-webfont.eot",
                "fontawesome-webfont.svg",
                "fontawesome-webfont.ttf",
                "fontawesome-webfont.woff",
                "images\/ml-brand.png",
                "images\/slider.png",
                "images\/logo-mini.png",
                "images\/icon48.png",
                "images\/icon128.png",
                "js\/jquery-ui-1.13.2.custom\/jquery-ui.min.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}