Twitter Video Screenshot

Allows you to take screenshot of any Twitter video with one click.

ما هو Twitter Video Screenshot؟

Twitter Video Screenshot هو إضافة Chrome تم تطويرها بواسطة moonlight، والميزة الرئيسية لها هي "Allows you to take screenshot of any Twitter video with one click.".

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

screenshot
screenshot

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

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

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

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

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

الاسم Twitter Video Screenshot Twitter Video Screenshot
ID paiclmdbcfiejbkcfbkcenijejdnlejc
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitter-video-screenshot/paiclmdbcfiejbkcfbkcenijejdnlejc
الوصف Allows you to take screenshot of any Twitter video with one click.
حجم الملف 10.84 KB
عدد التثبيتات 262
النسخة الحالية 1.0
آخر تحديث 2018-09-24
تاريخ النشر 2018-09-24
المطور moonlight
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "page.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icons8-capture-128.png",
        "16": "icons8-capture-16.png",
        "48": "icons8-capture-48.png"
    },
    "permissions": [
        "https:\/\/twitter.com\/*",
        "webNavigation"
    ],
    "name": "Twitter Video Screenshot",
    "version": "1.0",
    "description": "Allows you to take screenshot of any Twitter video with one click.",
    "manifest_version": 2
}