YouFlix
A unique tool for making experience in YouTube more like Netflix and also more convenient video watching, commenting and searching
YouFlixとは何ですか?
YouFlixはrefractiontechによって開発されたChromeの拡張機能で、その主な機能は「A unique tool for making experience in YouTube more like Netflix and also more convenient video watching, commenting and searching」です。
拡張機能のスクリーンショット
YouFlix拡張機能のCRXファイルをダウンロード
YouFlix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
YouFlix is a new unique tool which provides many possibilities that you can't find while working with regular Youtube. It makes watching videos more convenient and allows you to scroll through recommended videos, leave comments and scroll through playlist videos without stopping the video you watch at that time. The great advantage of YouFlix is that it awesomely provides the possibility to do everything Youtube does without stopping the video. Why YouFlix? - Allows you to do all the Youtube stuff faster - You can keep watching the video while working with it - More convenient interface for Youtube lovers.
拡張機能の基本情報
名前 | YouFlix |
ID | ciehggfdlkbemfeingingeenbameceeh |
公式URL | https://chromewebstore.google.com/detail/youflix/ciehggfdlkbemfeingingeenbameceeh |
説明 | A unique tool for making experience in YouTube more like Netflix and also more convenient video watching, commenting and searching |
ファイルサイズ | 52.5 KB |
インストール数 | 27 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-05-16 |
公開日 | 2021-05-16 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | refractiontech |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouFlix", "short_name": "YouFlix", "version": "1.0.0", "description": "A unique tool for making experience in YouTube more like Netflix and also more convenient video watching, commenting and searching", "author": "RefractionTech", "browser_action": { "default_icon": { "16": "assets\/logo16.png", "32": "assets\/logo32.png", "48": "assets\/logo48.png", "128": "assets\/logo128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ] } |