Screenshot for Youtube & Other Video Services

Take a screenshot of any YouTube & other video services video with one click.

Screenshot for Youtube & Other Video Servicesとは何ですか?

Screenshot for Youtube & Other Video ServicesはFree Appsによって開発されたChromeの拡張機能で、その主な機能は「Take a screenshot of any YouTube & other video services video with one click.」です。

拡張機能のスクリーンショット

screenshot

Screenshot for Youtube & Other Video Services拡張機能のCRXファイルをダウンロード

Screenshot for Youtube & Other Video Services拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Want to take a screenshot of the video playing when you're on Youtube/Vimeo?

You can do so today when you install this extension.

This software allows you to take a screenshot of the Youtube video/Vimeo video which is on your current tab.

As the screenshot functionality needs to work on both Youtube.com and Vimeo.com, that is why the host permissions is needed for both of these domains.

Take a screenshot of your favorite videos today which are playing.

Its extremely simple to use. After you install the software, refresh any current tabs which were open before.

When you wish to take a screenshot, click on the screenshot button/icon which is located at the bottom right corner of the Youtube video screen.

Please note this extension is made by an independent developer and is NOT an official extension of Google/Vimeo. We hope you enjoy using this software
to take screenshots of your favorite epic youtube videos.                    

拡張機能の基本情報

名前 Screenshot for Youtube & Other Video Services Screenshot for Youtube & Other Video Services
ID eohbopdjmoklfmecdmiohonlglhemigh
公式URL https://chromewebstore.google.com/detail/screenshot-for-youtube-ot/eohbopdjmoklfmecdmiohonlglhemigh
説明 Take a screenshot of any YouTube & other video services video with one click.
ファイルサイズ 1.33 MB
インストール数 5,161
現在のバージョン 3.0.2
最終更新日 2022-12-18
公開日 2022-11-30
評価 4.27/5 合計 44 レビュー
開発者 Free Apps
Eメール [email protected]
支払い方法 free
対応言語 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "author": "Hopebest Limited",
    "version": "3.0.2",
    "version_name": "3.0.2",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "ui\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/vimeo.com\/*",
                "*:\/\/*.vimeo.com\/*"
            ],
            "js": [
                "scripts\/config.js",
                "scripts\/content.js"
            ],
            "css": [
                "styles\/content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "\/scripts\/bg-worker.js"
    },
    "homepage_url": "https:\/\/video-screenshot.freespeedcheck.net\/"
}