U Comment for Youtube™

Watch youtube vides and see comments occur as you watch

U Comment for Youtube™ là gì?

U Comment for Youtube™ là một tiện ích mở rộng Chrome được phát triển bởi gornall.jason, và tính năng chính của nó là "Watch youtube vides and see comments occur as you watch".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng U Comment for Youtube™

Tải xuống các tệp mở rộng U Comment for Youtube™ 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

                                            

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

Tên U Comment for Youtube™ U Comment for Youtube™
ID jkflkkodhkllkfpgocafmggflhhpleal
URL Chính Thức https://chrome.google.com/webstore/detail/u-comment-for-youtube/jkflkkodhkllkfpgocafmggflhhpleal
Mô tả Watch youtube vides and see comments occur as you watch
Kích Thước Tệp 43.7 KB
Số Lần Cài Đặt 161
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2015-09-21
Ngày Phát Hành 2015-09-21
Đánh Giá 2.92/5 Tổng số 13 Đánh Giá
Nhà Phát Triển gornall.jason
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "U Comment for Youtube\u2122",
    "version": "1.3.0",
    "manifest_version": 2,
    "description": "Watch youtube vides and see comments occur as you watch",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png",
        "48": "icon.png",
        "16": "icon.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "ajaxer.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "basic.css",
                "animate.css"
            ],
            "js": [
                "jquery.min.js",
                "teacup.js",
                "async.min.js",
                "background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}