HideYoutubeControls

Hide youtube controls when you are on a youtube page

ما هو HideYoutubeControls؟

HideYoutubeControls هو إضافة Chrome تم تطويرها بواسطة Ruchunteur، والميزة الرئيسية لها هي "Hide youtube controls when you are on a youtube page".

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

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

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

                        Hide/show the controls of a video on youtube. (Usefull if you pause the video and the control is above the very thing you wanted to see. Such as subtitles)                    

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

الاسم HideYoutubeControls HideYoutubeControls
ID iflpjkbpegjcibknhepnfhbigholnolp
عنوان URL الرسمي https://chromewebstore.google.com/detail/hideyoutubecontrols/iflpjkbpegjcibknhepnfhbigholnolp
الوصف Hide youtube controls when you are on a youtube page
حجم الملف 6.32 KB
عدد التثبيتات 21
النسخة الحالية 1.0
آخر تحديث 2017-03-25
تاريخ النشر 2017-03-25
تقييم 4.33/5 مجموع تقييمات 3
المطور Ruchunteur
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HideYoutubeControls",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Hide youtube controls when you are on a youtube page",
    "browser_action": {
        "default_icon": "icone.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "popup.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}