Tube comments

Enables custom disqus youtube comments

Tube comments là gì?

Tube comments là một tiện ích mở rộng Chrome được phát triển bởi Suriya, và tính năng chính của nó là "Enables custom disqus youtube comments".

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

screenshot

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

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

                        If you ever faced "Comments are turned off"  on any Youtube videos don't worry you can still comment using this chrome extension via Disqus comments community from the same youtube page itself cool right..!                    

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

Tên Tube comments Tube comments
ID ojjglcjjkhpgbelpkikcfembbacpokoc
URL Chính Thức https://chromewebstore.google.com/detail/tube-comments/ojjglcjjkhpgbelpkikcfembbacpokoc
Mô tả Enables custom disqus youtube comments
Kích Thước Tệp 13.4 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2020-08-06
Ngày Phát Hành 2020-08-06
Nhà Phát Triển Suriya
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",
    "name": "Tube comments",
    "description": "Enables custom disqus youtube comments",
    "version": "0.1",
    "icons": {
        "16": "comment.png",
        "48": "comment.png",
        "128": "comment.png"
    },
    "browser_action": {
        "default_icon": "comment.png",
        "default_popup": "content.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "extension.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}