Luke's reddit on Youtube™

Adds reddit comments to youtube videos

什麼是Luke's reddit on Youtube™?

Luke's reddit on Youtube™是由http://corrodinggames.com開發的Chrome擴展程式,該擴展的主要功能是“Adds reddit comments to youtube videos”。

擴展截圖

screenshot
screenshot

下載Luke's reddit on Youtube™擴展crx文件

下載Luke's reddit on Youtube™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Luke's reddit on Youtube™ Luke's reddit on Youtube™
ID bomfepjocepbhfiodmmhogdapoicjegf
官方網址 https://chrome.google.com/webstore/detail/lukes-reddit-on-youtube/bomfepjocepbhfiodmmhogdapoicjegf
簡介 Adds reddit comments to youtube videos
檔案大小 85.01 KB
安裝次數 115
目前版本 0.28
更新時間 2015-06-22
上架時間 2015-06-22
評分 3.71/5 共 17 次評分
開發者 http://corrodinggames.com
付費類型 free
說明頁面URL https://github.com/LukePH/reddit-youtube-chrome-extension/issues
支援的語言 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
}