YouTube Line

Locks the YouTube player timeline

ما هو YouTube Line؟

YouTube Line هو إضافة Chrome تم تطويرها بواسطة Light Alex، والميزة الرئيسية لها هي "Locks the YouTube player timeline".

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

screenshot
screenshot

تحميل ملف CRX للإضافة YouTube Line

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

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

                        Extension locks the YouTube player timeline. Now when player controls disappear, you can see the video timeline.                    

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

الاسم YouTube Line YouTube Line
ID olpncmboeipmdokpobmfjohclhaefofm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/youtube-line/olpncmboeipmdokpobmfjohclhaefofm
الوصف Locks the YouTube player timeline
حجم الملف 110 KB
عدد التثبيتات 1,320
النسخة الحالية 1.0.3.1
آخر تحديث 2021-04-25
تاريخ النشر 2019-04-15
تقييم 4.75/5 مجموع تقييمات 28
المطور Light Alex
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://addons.lightalex.com/?source=chrome_store
اللغات المدعومة en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Line",
    "short_name": "__MSG_description__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.3.1",
    "author": "Light Alex",
    "options_page": "options.html",
    "icons": {
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "24": "icons\/24.png",
            "32": "icons\/32.png"
        }
    },
    "background": {
        "scripts": [
            "files\/script\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/youtube.com\/*",
        "https:\/\/youtube.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "files\/css\/style.css"
            ],
            "js": [
                "files\/script\/jquery-3.2.1.min.js",
                "files\/script\/postload.js"
            ]
        }
    ]
}