Cling
Make youtube videos cling to the top of the window while you browse Youtube comments.
Co to jest Cling?
Cling to rozszerzenie Chrome opracowane przez ExPixel, a jego główną funkcją jest „Make youtube videos cling to the top of the window while you browse Youtube comments.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cling
Pobierz pliki rozszerzeń Cling w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Cling allows you to scroll down and read comments or look at related videos while continuing to watch your video.
Podstawowe informacje o rozszerzeniu
Nazwa | Cling |
ID | ipignndcmkjenpnahgmnjcbfabihaodn |
Oficjalny URL | https://chromewebstore.google.com/detail/cling/ipignndcmkjenpnahgmnjcbfabihaodn |
Opis | Make youtube videos cling to the top of the window while you browse Youtube comments. |
Rozmiar pliku | 91.97 KB |
Liczba instalacji | 44 |
Aktualna Wersja | 2.0.2 |
Ostatnia Aktualizacja | 2015-09-07 |
Data Publikacji | 2015-09-06 |
Ocena | 4.86/5 Łącznie 7 Oceny |
Deweloper | ExPixel |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/expixel |
Adres URL Strony Pomocy | https://github.com/expixel/issues |
Obsługiwane Języki | 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\/*" ] } |