Cling

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

Cling क्या है?

Cling ExPixel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make youtube videos cling to the top of the window while you browse Youtube comments."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cling एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Cling Cling
ID ipignndcmkjenpnahgmnjcbfabihaodn
आधिकारिक URL https://chromewebstore.google.com/detail/cling/ipignndcmkjenpnahgmnjcbfabihaodn
विवरण Make youtube videos cling to the top of the window while you browse Youtube comments.
फ़ाइल का आकार 91.97 KB
स्थापना संख्या 44
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2015-09-07
प्रकाशन तिथि 2015-09-06
रेटिंग 4.86/5 कुल 7 रेटिंग्स
डेवलपर ExPixel
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/expixel
सहायता पृष्ठ URL https://github.com/expixel/issues
समर्थित भाषाएँ 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\/*"
    ]
}