Youtube Fix Ctrl+F

Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script.

ما هو Youtube Fix Ctrl+F؟

Youtube Fix Ctrl+F هو إضافة Chrome تم تطويرها بواسطة https://ursuscode.com، والميزة الرئيسية لها هي "Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script.".

تحميل ملف CRX للإضافة Youtube Fix Ctrl+F

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

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

                        Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script.

There are no menus involved. Just install and the plugin will take care of the rest.

Tested on Windows.                    

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

الاسم Youtube Fix Ctrl+F Youtube Fix Ctrl+F
ID kieifoemlhfnemoeeacmjpebghfbdhkd
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-fix-ctrl+f/kieifoemlhfnemoeeacmjpebghfbdhkd
الوصف Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script.
حجم الملف 17.35 KB
عدد التثبيتات 82
النسخة الحالية 0.0.1
آخر تحديث 2017-06-18
تاريخ النشر 2017-06-18
تقييم 3.33/5 مجموع تقييمات 3
المطور https://ursuscode.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://ursuscode.com/chrome-extensions/youtube-fix-ctrlf/
عنوان صفحة المساعدة https://ursuscode.com/chrome-extensions/youtube-fix-ctrlf/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Fix Ctrl+F",
    "version": "0.0.1",
    "author": "Adolfo Garza (borncorp)",
    "manifest_version": 2,
    "description": "Stops youtube from going into fullscreen when you press Ctrl+F. Credits to Adrien Pyke for his GreaseMonkey script.",
    "homepage_url": "https:\/\/ursuscode.com\/chrome-extensions\/youtube-fix-ctrlf\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png"
    },
    "default_locale": "en",
    "permissions": [
        "*:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}