ytCropper Extension

This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video

ytCropper Extensionคืออะไร?

ytCropper Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.ytcropper.com และคุณลักษณะหลักของมันคือ "This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video"

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

screenshot

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

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

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

                        This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a YouTube video                    

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

ชื่อ ytCropper Extension ytCropper Extension
ID jbfhidppllclbgkeppjpfhnihhggjood
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ytcropper-extension/jbfhidppllclbgkeppjpfhnihhggjood
คำอธิบาย This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video
ขนาดไฟล์ 12.78 KB
จำนวนการติดตั้ง 181
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2014-06-04
วันที่เผยแพร่ 2014-06-04
คะแนน 2.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://www.ytcropper.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.ytcropper.com
URL หน้าช่วยเหลือ http://www.ytcropper.com/contact
ภาษาที่รองรับ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ytCropper Extension",
    "description": "This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video",
    "version": "1.2",
    "page_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}