Auto Adjusting for Youtube

Adjust Youtube video quality and make player wide automatically

ما هو Auto Adjusting for Youtube؟

Auto Adjusting for Youtube هو إضافة Chrome تم تطويرها بواسطة Mingc، والميزة الرئيسية لها هي "Adjust Youtube video quality and make player wide automatically".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Auto Adjusting for Youtube

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

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

                        Just keep it simple and clean.

No Ad injection!
NEVER track you!                    

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

الاسم Auto Adjusting for Youtube Auto Adjusting for Youtube
ID lhobbnhfgailbhfjahkkiepjekgllmej
عنوان URL الرسمي https://chrome.google.com/webstore/detail/auto-adjusting-for-youtub/lhobbnhfgailbhfjahkkiepjekgllmej
الوصف Adjust Youtube video quality and make player wide automatically
حجم الملف 13.69 KB
عدد التثبيتات 111
النسخة الحالية 1.0.5
آخر تحديث 2013-12-07
تاريخ النشر 2013-12-07
تقييم 4.00/5 مجموع تقييمات 7
المطور Mingc
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://[email protected]
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Adjusting for Youtube",
    "short_name": "AA for Youtube",
    "description": "Adjust Youtube video quality and make player wide automatically",
    "version": "1.0.5",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "youtube.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "*:\/\/www.youtube.com\/*",
        "storage"
    ]
}