Cling
Make youtube videos cling to the top of the window while you browse Youtube comments.
Τι είναι το Cling;
Το Cling είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ExPixel, και η κύρια λειτουργία του είναι "Make youtube videos cling to the top of the window while you browse Youtube comments.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Cling
Λήψη αρχείων επέκτασης Cling σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Cling allows you to scroll down and read comments or look at related videos while continuing to watch your video.
Βασικές Πληροφορίες Επέκτασης
Όνομα | 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\/*" ] } |