Cinema Theme For YouTube
This extension allows the user to view the youtube video in Cinema experience.
Cinema Theme For YouTube là gì?
Cinema Theme For YouTube là một tiện ích mở rộng Chrome được phát triển bởi Allohost, và tính năng chính của nó là "This extension allows the user to view the youtube video in Cinema experience.".
Ả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 Cinema Theme For YouTube
Tải xuống các tệp mở rộng Cinema Theme 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
Cinema Theme For YouTube With this simple extension you will be able to use your screen when watching YouTube videos in Cinema mode. feel the cinema with Cinema Theme For YouTube
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nfhepcgcmgdaennlnipbmccneldpfafm |
URL Chính Thức | https://chrome.google.com/webstore/detail/cinema-theme-for-youtube/nfhepcgcmgdaennlnipbmccneldpfafm |
Mô tả | This extension allows the user to view the youtube video in Cinema experience. |
Kích Thước Tệp | 239 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2018-10-07 |
Ngày Phát Hành | 2018-10-07 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Allohost |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://search.starsurf.net |
URL Trang Trợ Giúp | http://search.starsurf.net |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cinema Theme For YouTube", "description": "This extension allows the user to view the youtube video in Cinema experience.", "version": "2.1", "author": "Starsurf", "browser_action": { "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png" }, "default_title": "Theatre Mode" }, "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "storage", "tabs" ] } |