myTab+

Watch all YouTube videos from your Chrome bookmarks. (requires myTab online)

myTab+ là gì?

myTab+ là một tiện ích mở rộng Chrome được phát triển bởi https://www.greinr.com, và tính năng chính của nó là "Watch all YouTube videos from your Chrome bookmarks. (requires myTab online)".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng myTab+ 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

                        myTab+ is an extension to myTab online which lets you watch YouTube™ videos from many different sources in one place.

By adding myTab+ you are able to watch YouTube™ videos from your bookmarks.

You can open myTab online here:
https://www.greinr.com/webapps/mytab/

Please feel free to suggest what features you would like to see in future updates.

Furthermore if you want you can contact and follow me on Twitter...
https://twitter.com/ThomasGreiner


----------------------------------------------------------------
Major Version Updates
----------------------------------------------------------------
0.8
  - upgraded to manifest v3
0.7
   - improved communication with webapp
   - redesigned options page
0.6
   - replaced myTab with myTab+
0.1-0.5.1
   - myTab as an extension                    

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

Tên myTab+ myTab+
ID fbnglkgmadodfpblmofdfbfcmekmnemi
URL Chính Thức https://chromewebstore.google.com/detail/mytab+/fbnglkgmadodfpblmofdfbfcmekmnemi
Mô tả Watch all YouTube videos from your Chrome bookmarks. (requires myTab online)
Kích Thước Tệp 368 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 0.8
Cập Nhật Lần Cuối 2021-02-12
Ngày Phát Hành 2016-05-01
Đánh Giá 3.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://www.greinr.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.greinr.com/projects
URL Trang Trợ Giúp https://www.greinr.com/projects/mytab
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "0.8",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo128.png",
        "128": "img\/logo128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.greinr.com\/webapps\/mytab\/*",
                "http:\/\/greinr.local:8080\/webapps\/mytab\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.htm",
    "host_permissions": [
        "https:\/\/www.greinr.com\/*"
    ],
    "permissions": [
        "bookmarks"
    ],
    "default_locale": "en"
}