Shorts Time

Shorts Time

ما هو Shorts Time؟

Shorts Time هو إضافة Chrome تم تطويرها بواسطة Vladymyr Borblyk، والميزة الرئيسية لها هي "Shorts Time".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Shorts Time

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

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

                        The extension shows the Time of the video on YouTube Shorts. We are not affiliated with Google, LLC                    

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

الاسم Shorts Time Shorts Time
ID ghobmafihaocpjpnafajjffknganmkpk
عنوان URL الرسمي https://chromewebstore.google.com/detail/shorts-time/ghobmafihaocpjpnafajjffknganmkpk
الوصف Shorts Time
حجم الملف 173 KB
عدد التثبيتات 44
النسخة الحالية 1.0
آخر تحديث 2023-08-16
تاريخ النشر 2023-08-16
تقييم 5.00/5 مجموع تقييمات 1
المطور Vladymyr Borblyk
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://mozgion.com/
عنوان صفحة المساعدة https://mozgion.com/contacts/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/background.js"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": {
            "128": "icon_128.png"
        },
        "default_title": "Shorts Time",
        "default_popup": "popup.html"
    },
    "name": "Shorts Time",
    "description": "Shorts Time",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "\/app.js"
            ],
            "css": [
                "\/style.css"
            ],
            "run_at": "document_end"
        }
    ]
}