Cling
Make youtube videos cling to the top of the window while you browse Youtube comments.
Vad är Cling?
Cling är en Chrome-tillägg utvecklad av ExPixel, och dess huvudfunktion är "Make youtube videos cling to the top of the window while you browse Youtube comments.".
Tilläggsskärmbilder
Ladda ner Cling-förlängningens CRX-fil
Ladda ner Cling-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Cling allows you to scroll down and read comments or look at related videos while continuing to watch your video.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | ipignndcmkjenpnahgmnjcbfabihaodn | 
| Officiell webbadress | https://chromewebstore.google.com/detail/cling/ipignndcmkjenpnahgmnjcbfabihaodn | 
| Beskrivning | Make youtube videos cling to the top of the window while you browse Youtube comments. | 
| Filstorlek | 91.97 KB | 
| Antal Installationer | 44 | 
| Aktuell Version | 2.0.2 | 
| Senast Uppdaterad | 2015-09-07 | 
| Publiceringsdatum | 2015-09-06 | 
| Betyg | 4.86/5 Totalt 7 Betyg | 
| Utvecklare | ExPixel | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/expixel | 
| Hjälpsida URL | https://github.com/expixel/issues | 
| Stödda Språk | 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\/*"
    ]
}  |  |