Cling

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

What is Cling?

Cling is a Chrome extension developed by ExPixel, and its main feature is "Make youtube videos cling to the top of the window while you browse Youtube comments.".

Extension Screenshots

screenshot

Download Cling Extension CRX File

Download Cling extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Cling Cling
ID ipignndcmkjenpnahgmnjcbfabihaodn
Official URL https://chromewebstore.google.com/detail/cling/ipignndcmkjenpnahgmnjcbfabihaodn
Description Make youtube videos cling to the top of the window while you browse Youtube comments.
File Size 91.97 KB
Installation Count 44
Current Version 2.0.2
Last Updated 2015-09-07
Publish Date 2015-09-06
Rating 4.86/5 Total 7 Ratings
Developer ExPixel
Payment Type free
Extension Website https://github.com/expixel
Help Page URL https://github.com/expixel/issues
Supported Languages 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\/*"
    ]
}