U Comment for Youtube™

Watch youtube vides and see comments occur as you watch

什麼是U Comment for Youtube™?

U Comment for Youtube™是由gornall.jason開發的Chrome擴展程式,該擴展的主要功能是“Watch youtube vides and see comments occur as you watch”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載U Comment for Youtube™擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 U Comment for Youtube™ U Comment for Youtube™
ID jkflkkodhkllkfpgocafmggflhhpleal
官方網址 https://chrome.google.com/webstore/detail/u-comment-for-youtube/jkflkkodhkllkfpgocafmggflhhpleal
簡介 Watch youtube vides and see comments occur as you watch
檔案大小 43.7 KB
安裝次數 161
目前版本 1.3.0
更新時間 2015-09-21
上架時間 2015-09-21
評分 2.92/5 共 13 次評分
開發者 gornall.jason
付費類型 free
支援的語言 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'"
}