Cling

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

Was ist Cling?

Cling ist eine Chrome-Erweiterung, die von ExPixel entwickelt wurde, und ihr Hauptmerkmal ist "Make youtube videos cling to the top of the window while you browse Youtube comments.".

Erweiterungsscreenshots

screenshot

Cling-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cling-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Cling Cling
ID ipignndcmkjenpnahgmnjcbfabihaodn
Offizielle URL https://chromewebstore.google.com/detail/cling/ipignndcmkjenpnahgmnjcbfabihaodn
Beschreibung Make youtube videos cling to the top of the window while you browse Youtube comments.
Dateigröße 91.97 KB
Installationsanzahl 44
Aktuelle Version 2.0.2
Letztes Update 2015-09-07
Veröffentlichungsdatum 2015-09-06
Bewertung 4.86/5 Insgesamt 7 Bewertungen
Entwickler ExPixel
Zahlungsart free
Erweiterungswebsite https://github.com/expixel
Hilfeseite URL https://github.com/expixel/issues
Unterstützte Sprachen 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\/*"
    ]
}