Cling
Make youtube videos cling to the top of the window while you browse Youtube comments.
Hvad er Cling?
Cling er en Chrome-udvidelse udviklet af ExPixel, og dens hovedfunktion er "Make youtube videos cling to the top of the window while you browse Youtube comments.".
Udvidelsesskærmbilleder
Download Cling-udvidelses-CRX-fil
Download Cling-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Cling allows you to scroll down and read comments or look at related videos while continuing to watch your video. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ipignndcmkjenpnahgmnjcbfabihaodn |
| Officiel URL | https://chromewebstore.google.com/detail/cling/ipignndcmkjenpnahgmnjcbfabihaodn |
| Beskrivelse | Make youtube videos cling to the top of the window while you browse Youtube comments. |
| Filstørrelse | 91.97 KB |
| Antal Installationer | 44 |
| Nuværende Version | 2.0.2 |
| Senest Opdateret | 2015-09-07 |
| Udgivelsesdato | 2015-09-06 |
| Bedømmelse | 4.86/5 Samlet 7 Bedømmelser |
| Udvikler | ExPixel |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/expixel |
| Hjælpeside-URL | https://github.com/expixel/issues |
| Understøttede Sprog | 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\/*"
]
} | |