VideoFix

FixVideo.

ما هو VideoFix؟

VideoFix هو إضافة Chrome تم تطويرها بواسطة Shinao، والميزة الرئيسية لها هي "FixVideo.".

تحميل ملف CRX للإضافة VideoFix

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

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

                        [SPACE] : Pause/Play video
[R] : Reload at the specified time
[O/P] : Sound up/down
[B/N] : Quality up/down                    

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

الاسم VideoFix VideoFix
ID fogoflhkjgpjbflhkkclgfbcknmnknpn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/videofix/fogoflhkjgpjbflhkkclgfbcknmnknpn
الوصف FixVideo.
حجم الملف 110 KB
عدد التثبيتات 14
النسخة الحالية 1.2
آخر تحديث 2014-04-11
تاريخ النشر 2014-04-11
تقييم 5.00/5 مجموع تقييمات 1
المطور Shinao
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VideoFix",
    "version": "1.2",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "description": "FixVideo.",
    "homepage_url": "http:\/\/google.com\/",
    "background_page": "fix.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "fix.html"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}