YouTube Screenshot Button

Screenshot button for YouTube.

YouTube Screenshot Buttonคืออะไร?

YouTube Screenshot Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tuhnik และคุณลักษณะหลักของมันคือ "Screenshot button for YouTube."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Screenshot Button

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

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

ชื่อ YouTube Screenshot Button YouTube Screenshot Button
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
อีเมล [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"
    }
}