Cling

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

Cos'è Cling?

Cling è un'estensione di Chrome sviluppata da ExPixel, e la sua funzione principale è "Make youtube videos cling to the top of the window while you browse Youtube comments.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cling

Scarica i file di estensione Cling in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Cling Cling
ID ipignndcmkjenpnahgmnjcbfabihaodn
URL Ufficiale https://chromewebstore.google.com/detail/cling/ipignndcmkjenpnahgmnjcbfabihaodn
Descrizione Make youtube videos cling to the top of the window while you browse Youtube comments.
Dimensione del File 91.97 KB
Conteggio Installazioni 44
Versione Corrente 2.0.2
Ultimo Aggiornamento 2015-09-07
Data di Pubblicazione 2015-09-06
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore ExPixel
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/expixel
URL della Pagina di Aiuto https://github.com/expixel/issues
Lingue Supportate 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\/*"
    ]
}