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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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
عنوان صفحة المساعدة 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"
    ]
}