Youtube Resizer
Resize and move your youtube video to make it fit your screen
Youtube Resizerとは何ですか?
Youtube ResizerはJaemin Joによって開発されたChromeの拡張機能で、その主な機能は「Resize and move your youtube video to make it fit your screen」です。
拡張機能のスクリーンショット
Youtube Resizer拡張機能のCRXファイルをダウンロード
Youtube Resizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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".
拡張機能の基本情報
名前 | Youtube Resizer |
ID | oeommpagcgphojijlogagaejiiahfnmm |
公式URL | https://chromewebstore.google.com/detail/youtube-resizer/oeommpagcgphojijlogagaejiiahfnmm |
説明 | Resize and move your youtube video to make it fit your screen |
ファイルサイズ | 69.77 KB |
インストール数 | 1,801 |
現在のバージョン | 0.1.1 |
最終更新日 | 2015-07-05 |
公開日 | 2015-07-04 |
評価 | 3.18/5 合計 44 レビュー |
開発者 | Jaemin Jo |
支払い方法 | free |
対応言語 | 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 } } |