YouTube Screenshot
Screenshot button from youtube video online.
YouTube Screenshotとは何ですか?
YouTube Screenshotはovantonによって開発されたChromeの拡張機能で、その主な機能は「Screenshot button from youtube video online.」です。
拡張機能のスクリーンショット
YouTube Screenshot拡張機能のCRXファイルをダウンロード
YouTube Screenshot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are you looking for a way to take screenshots of some of your favourite videos on YouTube? You can easily capture images from any video on the popular streaming platform with the Chrome extension (CE) YouTube Screenshot (YS). 👍👍👍 Users can quickly capture screens directly from their web browser with this simple and free tool. Simply install the extension, open a YouTube video and click the "Take Screenshot"📸 button located in the bottom right corner of your screen. You can then save or share your screenshot with friends or family with just one click! YS is perfect for capturing memorable moments from music videos, comedy sketches, sports highlights - anything you want to remember forever! It is also great for creating tutorials, allowing users to easily illustrate step-by-step instructions without having to record entire clips. What's more, all screen captures are automatically saved, so you never have to worry about losing them again! With its easy-to-use interface and convenient features such as auto-save, YS makes capturing online content easier than ever. So why wait? Download this handy CE today and start capturing those special moments now!✅✅✅
拡張機能の基本情報
名前 | YouTube Screenshot |
ID | ccjiagdfcfhdofiinnjkmkanbppbholn |
公式URL | https://chromewebstore.google.com/detail/youtube-screenshot/ccjiagdfcfhdofiinnjkmkanbppbholn |
説明 | Screenshot button from youtube video online. |
ファイルサイズ | 29.12 KB |
インストール数 | 87 |
現在のバージョン | 1.0.1 |
最終更新日 | 2023-01-19 |
公開日 | 2022-10-27 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | ovanton |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | de,en,es |
manifest.json | |
{ "background": { "service_worker": "js\/background.js" }, "default_locale": "en", "content_scripts": [ { "css": [ "style.css" ], "js": [ "page.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ], "run_at": "document_end" } ], "description": "Screenshot button from youtube video online.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "manifest_version": 3, "name": "YouTube Screenshot", "options_page": "optionsfc.html", "permissions": [ "webNavigation", "storage" ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |