YouTube Screenshot

Allows you to take screenshot of the video and save it instantly to your disk

ما هو YouTube Screenshot؟

YouTube Screenshot هو إضافة Chrome تم تطويرها بواسطة Pranav Acharya، والميزة الرئيسية لها هي "Allows you to take screenshot of the video and save it instantly to your disk".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة YouTube Screenshot

قم بتنزيل ملفات الامتداد YouTube Screenshot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Click on the Capture button to capture the current frame of a youtube video as an image and save it instantly to disk.                    

معلومات أساسية عن التمديد

الاسم YouTube Screenshot YouTube Screenshot
ID admjdaoijfccdllogfnddnllkghmkpfb
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-screenshot/admjdaoijfccdllogfnddnllkghmkpfb
الوصف Allows you to take screenshot of the video and save it instantly to your disk
حجم الملف 3.87 KB
عدد التثبيتات 4,627
النسخة الحالية 1.4
آخر تحديث 2017-01-08
تاريخ النشر 2017-01-07
تقييم 2.23/5 مجموع تقييمات 40
المطور Pranav Acharya
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Screenshot",
    "version": "1.4",
    "description": "Allows you to take screenshot of the video and save it instantly to your disk",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "page.js"
            ]
        }
    ],
    "manifest_version": 2
}