Cling

Make youtube videos cling to the top of the window while you browse Youtube comments.

什麼是Cling?

Cling是由ExPixel開發的Chrome擴展程式,該擴展的主要功能是“Make youtube videos cling to the top of the window while you browse Youtube comments.”。

擴展截圖

screenshot

下載Cling擴展crx文件

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

擴展使用說明

                        Cling allows you to scroll down and read comments or look at related videos while continuing to watch your video.                    

擴展基本資訊

名稱 Cling Cling
ID ipignndcmkjenpnahgmnjcbfabihaodn
官方網址 https://chromewebstore.google.com/detail/cling/ipignndcmkjenpnahgmnjcbfabihaodn
簡介 Make youtube videos cling to the top of the window while you browse Youtube comments.
檔案大小 91.97 KB
安裝次數 44
目前版本 2.0.2
更新時間 2015-09-07
上架時間 2015-09-06
評分 4.86/5 共 7 次評分
開發者 ExPixel
付費類型 free
擴展官網 https://github.com/expixel
說明頁面URL https://github.com/expixel/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cling",
    "version": "2.0.2",
    "manifest_version": 2,
    "description": "Make youtube videos cling to the top of the window while you browse Youtube comments.",
    "homepage_url": "http:\/\/github.com\/expixel",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "src\/inject\/animate.min.css",
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*"
    ]
}