Cling
Make youtube videos cling to the top of the window while you browse Youtube comments.
Cling là gì?
Cling là một tiện ích mở rộng Chrome được phát triển bởi ExPixel, và tính năng chính của nó là "Make youtube videos cling to the top of the window while you browse Youtube comments.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cling
Tải xuống các tệp mở rộng Cling dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Cling allows you to scroll down and read comments or look at related videos while continuing to watch your video.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cling |
ID | ipignndcmkjenpnahgmnjcbfabihaodn |
URL Chính Thức | https://chromewebstore.google.com/detail/cling/ipignndcmkjenpnahgmnjcbfabihaodn |
Mô tả | Make youtube videos cling to the top of the window while you browse Youtube comments. |
Kích Thước Tệp | 91.97 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 2.0.2 |
Cập Nhật Lần Cuối | 2015-09-07 |
Ngày Phát Hành | 2015-09-06 |
Đánh Giá | 4.86/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | ExPixel |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/expixel |
URL Trang Trợ Giúp | https://github.com/expixel/issues |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |