Cling

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

Qu'est-ce que Cling ?

Cling est une extension Chrome développée par ExPixel, et sa fonction principale est "Make youtube videos cling to the top of the window while you browse Youtube comments.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cling

Téléchargez les fichiers d'extension Cling au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Cling Cling
ID ipignndcmkjenpnahgmnjcbfabihaodn
URL Officiel https://chromewebstore.google.com/detail/cling/ipignndcmkjenpnahgmnjcbfabihaodn
Description Make youtube videos cling to the top of the window while you browse Youtube comments.
Taille du Fichier 91.97 KB
Nombre d'Installations 44
Version Actuelle 2.0.2
Dernière Mise à Jour 2015-09-07
Date de Publication 2015-09-06
Évaluation 4.86/5 Total 7 Évaluations
Développeur ExPixel
Type de Paiement free
Site Web de l'Extension https://github.com/expixel
URL de la Page d'Aide https://github.com/expixel/issues
Langues Prises en Charge 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\/*"
    ]
}