Youtube Resizer
Resize and move your youtube video to make it fit your screen
Youtube Resizer là gì?
Youtube Resizer là một tiện ích mở rộng Chrome được phát triển bởi Jaemin Jo, và tính năng chính của nó là "Resize and move your youtube video to make it fit your screen".
Ả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 Youtube Resizer
Tải xuống các tệp mở rộng Youtube Resizer 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
Annoyed by unnecessary margins in YouTube videos? You can now resize and move the video to make it fit your screen! * This extension does not resize the "frame" of YouTube player but resizes the video inside the player. 1. Go to a video page on YouTube. 2. Click the app icon. 3. Set the Resizing switch to "on" and configure settings to make the video fit your screen. You can use the mouse wheel to set the values. 4. The settings are automatically applied to the next video. If you want to turn it off, set the Resizing switch to "off".
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Youtube Resizer |
ID | oeommpagcgphojijlogagaejiiahfnmm |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-resizer/oeommpagcgphojijlogagaejiiahfnmm |
Mô tả | Resize and move your youtube video to make it fit your screen |
Kích Thước Tệp | 69.77 KB |
Số Lần Cài Đặt | 1,801 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2015-07-05 |
Ngày Phát Hành | 2015-07-04 |
Đánh Giá | 3.18/5 Tổng số 44 Đánh Giá |
Nhà Phát Triển | Jaemin Jo |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Resizer", "version": "0.1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Resize and move your youtube video to make it fit your screen", "browser_action": { "default_icon": "icon-normal.png", "default_title": "Youtube Resizer", "default_popup": "popup.html" }, "permissions": [ "activeTab", "webNavigation", "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |