Youtube Likes Sidebar Button

Adds a Liked Videos link to the library section of the Youtube sidebar.

Youtube Likes Sidebar Button là gì?

Youtube Likes Sidebar Button là một tiện ích mở rộng Chrome được phát triển bởi http://systemcluster.me, và tính năng chính của nó là "Adds a Liked Videos link to the library section of the Youtube sidebar.".

Ả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 Likes Sidebar Button

Tải xuống các tệp mở rộng Youtube Likes Sidebar Button 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 Liked Videos link to the library section of the Youtube sidebar.
Integrates seamlessly with the existing sidebar links.

2017-08-30: Updated to support the new Polymer Youtube layout.                    

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

Tên Youtube Likes Sidebar Button Youtube Likes Sidebar Button
ID ahmdidmhhffpkhgfihmcinmlklpeipjm
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-likes-sidebar-but/ahmdidmhhffpkhgfihmcinmlklpeipjm
Mô tả Adds a Liked Videos link to the library section of the Youtube sidebar.
Kích Thước Tệp 9.89 KB
Số Lần Cài Đặt 250
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2018-07-28
Ngày Phát Hành 2018-07-28
Đánh Giá 4.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển http://systemcluster.me
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Likes Sidebar Button",
    "short_name": "Youtube Likes Sidebar Button",
    "description": "Adds a Liked Videos link to the library section of the Youtube sidebar.",
    "version": "0.2.0",
    "author": "Christian Sdunek",
    "icons": {
        "16": "chrome\/skin\/icon16.png",
        "48": "chrome\/skin\/icon48.png",
        "96": "chrome\/skin\/icon96.png",
        "128": "chrome\/skin\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.youtube.com\/*"
    ]
}