Luke's reddit on Youtube™

Adds reddit comments to youtube videos

Luke's reddit on Youtube™ là gì?

Luke's reddit on Youtube™ là một tiện ích mở rộng Chrome được phát triển bởi http://corrodinggames.com, và tính năng chính của nó là "Adds reddit comments to youtube videos".

Ả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 Luke's reddit on Youtube™

Tải xuống các tệp mở rộng Luke's reddit on 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

                        Switch between reddit comments and youtube comments when watching youtube videos.

-Searches reddit and shows comments based on the thread's popularly
-Switch between all reddit threads
-Will automatically switch back to youtube comments if no reddit threads are found

Source: https://github.com/LukePH/reddit-youtube-chrome-extension

---

Youtube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.

reddit is a registered trademark of reddit inc.                    

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

Tên Luke's reddit on Youtube™ Luke's reddit on Youtube™
ID bomfepjocepbhfiodmmhogdapoicjegf
URL Chính Thức https://chrome.google.com/webstore/detail/lukes-reddit-on-youtube/bomfepjocepbhfiodmmhogdapoicjegf
Mô tả Adds reddit comments to youtube videos
Kích Thước Tệp 85.01 KB
Số Lần Cài Đặt 115
Phiên Bản Hiện Tại 0.28
Cập Nhật Lần Cuối 2015-06-22
Ngày Phát Hành 2015-06-22
Đánh Giá 3.71/5 Tổng số 17 Đánh Giá
Nhà Phát Triển http://corrodinggames.com
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/LukePH/reddit-youtube-chrome-extension/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Luke's reddit on Youtube\u2122",
    "description": "Adds reddit comments to youtube videos",
    "version": "0.28",
    "permissions": [
        "http:\/\/*.youtube.com\/*",
        "https:\/\/*.youtube.com\/*",
        "http:\/\/www.reddit.com\/*",
        "https:\/\/www.reddit.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "css": [
                "reddit.css",
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "images\/loading-slide.gif"
    ],
    "manifest_version": 2
}