Ambivid player for Youtube
Creates lights effects around Youtube's video player corresponding to the video content
Ambivid player for Youtube là gì?
Ambivid player for Youtube là một tiện ích mở rộng Chrome được phát triển bởi https://ambivid.jcgv.space, và tính năng chính của nó là "Creates lights effects around Youtube's video player corresponding to the video content".
Ả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 Ambivid player for Youtube
Tải xuống các tệp mở rộng Ambivid player for Youtube 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
Ambivid player for YouTube™ is a lightweight extension designed for an immersive yet comfortable watching experience. -2.2.0 is out with fullscreen support ♥ -available on Chrome, Firefox, Opera, Brave, Torch and Edge. -ship in less than 40kb -one click to toggle Feedback are welcomed.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ambivid player for Youtube |
ID | emompfhmdpalpbplkpelhplciciaapcc |
URL Chính Thức | https://chromewebstore.google.com/detail/ambivid-player-for-youtub/emompfhmdpalpbplkpelhplciciaapcc |
Mô tả | Creates lights effects around Youtube's video player corresponding to the video content |
Kích Thước Tệp | 40.08 KB |
Số Lần Cài Đặt | 309 |
Phiên Bản Hiện Tại | 2.2.1 |
Cập Nhật Lần Cuối | 2021-05-26 |
Ngày Phát Hành | 2020-03-30 |
Đánh Giá | 3.88/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://ambivid.jcgv.space |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://ambivid.jcgv.space/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ambivid player for Youtube", "description": "Creates lights effects around Youtube's video player corresponding to the video content", "version": "2.2.1", "homepage_url": "http:\/\/ambivid.azurewebsites.net", "author": "Jean-Charbel VANNIER", "permissions": [ "http:\/\/ambivid.azurewebsites.net", "declarativeContent" ], "page_action": { "default_title": "Ambivid" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "player.css" ], "js": [ "Ambivid.js" ] } ], "web_accessible_resources": [ "icon.png" ] } |