Find on YouTube (Context Menu)

This extension adds a context menu option for selected text in order to find video related to the text

Find on YouTube (Context Menu) là gì?

Find on YouTube (Context Menu) là một tiện ích mở rộng Chrome được phát triển bởi Romkaq, và tính năng chính của nó là "This extension adds a context menu option for selected text in order to find video related to the text".

Ả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 Find on YouTube (Context Menu)

Tải xuống các tệp mở rộng Find on YouTube (Context Menu) 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

                        This simple extension adds context menu for selected text to search in youtube.com.                    

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

Tên Find on YouTube (Context Menu) Find on YouTube (Context Menu)
ID agpgbopfbmfklefdodadbcengmimldpb
URL Chính Thức https://chromewebstore.google.com/detail/find-on-youtube-context-m/agpgbopfbmfklefdodadbcengmimldpb
Mô tả This extension adds a context menu option for selected text in order to find video related to the text
Kích Thước Tệp 7.01 KB
Số Lần Cài Đặt 518
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2022-06-18
Ngày Phát Hành 2021-07-03
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Romkaq
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://rq-dev.github.io/chrome-extensions-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.2",
    "default_locale": "en",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "script.js"
    },
    "icons": {
        "128": "icon128.png"
    }
}