VScreenshot Assistant

YouTube他いくつかの動画配信プラットフォームでのスクリーンショット撮影を支援します。

VScreenshot Assistantคืออะไร?

VScreenshot Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย qitoi และคุณลักษณะหลักของมันคือ "YouTube他いくつかの動画配信プラットフォームでのスクリーンショット撮影を支援します。"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VScreenshot Assistant

ดาวน์โหลดไฟล์ส่วนขยาย VScreenshot Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        この拡張機能を使うと、キーを押すだけで動画のスクリーンショットやアニメーションGIFの撮影ができるようになります。
撮影したスクリーンショットは動画ごとに保管され、Twitterへの投稿やZIPファイルにまとめて保存することが可能です。

■ 使い方 (デフォルト設定)
対応プラットフォームの動画再生中に以下のキーを押すとスクリーンショットの撮影ができます。

Shift + S: スクリーンショット撮影
Shift + D: スクリーンショット連続撮影
Shift + V: アニメーションGIF撮影

■ 対応プラットフォーム
・YouTube
・Twitch
・ニコニコ動画
・SPWN
・Streaming+ (イープラス)
・Z-aN
・ホロライブ公式ファンクラブ
・ときのそらオフィシャルファンクラブ                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ VScreenshot Assistant VScreenshot Assistant
ID hbhdiggpckgjgbclombabhdgnbpjgiln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vscreenshot-assistant/hbhdiggpckgjgbclombabhdgnbpjgiln
คำอธิบาย YouTube他いくつかの動画配信プラットフォームでのスクリーンショット撮影を支援します。
ขนาดไฟล์ 480 KB
จำนวนการติดตั้ง 159
เวอร์ชันปัจจุบัน 1.6.0
อัปเดตครั้งล่าสุด 2023-07-30
วันที่เผยแพร่ 2021-09-26
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา qitoi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/qitoi/vscreenshot-assistant
URL หน้าช่วยเหลือ https://github.com/qitoi/vscreenshot-assistant/issues
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "version": "1.6.0",
    "default_locale": "ja",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "96": "img\/icon-96.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/i.ytimg.com\/*",
        "https:\/\/public.spwn.jp\/*",
        "https:\/\/img.cdn.nimg.jp\/*",
        "https:\/\/nfc-api.hololive-fc.com\/*",
        "https:\/\/nfc-api.tokinosora-fc.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_title": "__MSG_extension_name__",
        "default_icon": {
            "16": "img\/icon-16-disabled.png",
            "24": "img\/icon-24-disabled.png",
            "32": "img\/icon-32-disabled.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/vendor-contents.js",
                "js\/contents-youtube.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.spwn.jp\/*"
            ],
            "js": [
                "js\/vendor-contents.js",
                "js\/contents-spwn.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.nicovideo.jp\/*"
            ],
            "js": [
                "js\/vendor-contents.js",
                "js\/contents-nicovideo.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "js\/vendor-contents.js",
                "js\/contents-twitch.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.hololive-fc.com\/*",
                "https:\/\/*.tokinosora-fc.com\/*"
            ],
            "js": [
                "js\/vendor-contents.js",
                "js\/contents-hololive-fc.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.live.eplus.jp\/*"
            ],
            "js": [
                "js\/vendor-contents.js",
                "js\/contents-streaming-plus.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.zan-live.com\/*"
            ],
            "js": [
                "js\/vendor-contents.js",
                "js\/contents-zan.js"
            ]
        },
        {
            "matches": [
                "https:\/\/twitter.com\/intent\/tweet*"
            ],
            "js": [
                "js\/contents-twitter.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inject-twitter.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ]
}