Cling

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

Wat is Cling?

Cling is een Chrome-extensie ontwikkeld door ExPixel, en de belangrijkste functie is "Make youtube videos cling to the top of the window while you browse Youtube comments.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cling

Download Cling-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Cling Cling
ID ipignndcmkjenpnahgmnjcbfabihaodn
Officiële URL https://chromewebstore.google.com/detail/cling/ipignndcmkjenpnahgmnjcbfabihaodn
Beschrijving Make youtube videos cling to the top of the window while you browse Youtube comments.
Bestandsgrootte 91.97 KB
Aantal Installaties 44
Huidige Versie 2.0.2
Laatst Bijgewerkt 2015-09-07
Publicatiedatum 2015-09-06
Beoordeling 4.86/5 Totaal 7 Beoordelingen
Ontwikkelaar ExPixel
Betalingswijze free
Extensiewebsite https://github.com/expixel
Help Pagina-URL https://github.com/expixel/issues
Ondersteunde Talen 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\/*"
    ]
}