Cling

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

Apa itu Cling?

Cling adalah ekstensi Chrome yang dikembangkan oleh ExPixel, dan fitur utamanya adalah "Make youtube videos cling to the top of the window while you browse Youtube comments.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cling

Unduh file ekstensi Cling dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Cling Cling
ID ipignndcmkjenpnahgmnjcbfabihaodn
URL Resmi https://chromewebstore.google.com/detail/cling/ipignndcmkjenpnahgmnjcbfabihaodn
Deskripsi Make youtube videos cling to the top of the window while you browse Youtube comments.
Ukuran File 91.97 KB
Jumlah Instalasi 44
Versi Saat Ini 2.0.2
Terakhir Diperbarui 2015-09-07
Tanggal Publikasi 2015-09-06
Penilaian 4.86/5 Total 7 Penilaian
Pengembang ExPixel
Tipe Pembayaran free
Situs Ekstensi https://github.com/expixel
URL Halaman Bantuan https://github.com/expixel/issues
Bahasa yang Didukung 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\/*"
    ]
}