YouTube Screenshot Button
Screenshot button for YouTube.
YouTube Screenshot Buttonとは何ですか?
YouTube Screenshot ButtonはTuhnikによって開発されたChromeの拡張機能で、その主な機能は「Screenshot button for YouTube.」です。
拡張機能のスクリーンショット
YouTube Screenshot Button拡張機能のCRXファイルをダウンロード
YouTube Screenshot Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just click and let the magic happen. Also works on YouTube Gaming.
Changes:
05.05.2022: Fixed a bug related to file names. 拡張機能の基本情報
| 名前 | |
| ID | ehehmcocpegbmagfhajbmeofolnpdfla |
| 公式URL | https://chromewebstore.google.com/detail/youtube-screenshot-button/ehehmcocpegbmagfhajbmeofolnpdfla |
| 説明 | Screenshot button for YouTube. |
| ファイルサイズ | 151 KB |
| インストール数 | 10,000 |
| 現在のバージョン | 0.1.6 |
| 最終更新日 | 2022-05-10 |
| 公開日 | 2018-11-16 |
| 評価 | 4.38/5 合計 34 レビュー |
| 開発者 | Tuhnik |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"author": "Tuhnik",
"manifest_version": 3,
"name": "YouTube Screenshot Button",
"host_permissions": [
"https:\/\/*.youtube.com\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.6",
"permissions": [
"webNavigation"
],
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"js": [
"js\/page.js"
],
"matches": [
"https:\/\/*.youtube.com\/*"
],
"run_at": "document_end"
}
],
"description": "Screenshot button for YouTube.",
"icons": {
"128": "images\/icon-128.png",
"16": "images\/icon-16.png",
"48": "images\/icon-48.png"
}
} | |