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
公式URL 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\/*"
    ]
}