Autoplay Shorts

Autoplays YouTube shorts video after end of video

ما هو Autoplay Shorts؟

Autoplay Shorts هو إضافة Chrome تم تطويرها بواسطة ProtoCode، والميزة الرئيسية لها هي "Autoplays YouTube shorts video after end of video".

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

screenshot

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

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

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

                        Do you spend hours looking at shorts? Do you like press arrow down after each short? Then you have come to the right place, spend hours forgetting about work or studies!

How to use?
The extension will not start auto play until after the first short is skipped.
 1) Navigate to YouTube homepage
 2) Click on Shorts
 3) Move to next short
 4) Enjoy :)                    

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

الاسم Autoplay Shorts Autoplay Shorts
ID hfmgmegpgdbdiejflmokkoidlggoohgf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/autoplay-shorts/hfmgmegpgdbdiejflmokkoidlggoohgf
الوصف Autoplays YouTube shorts video after end of video
حجم الملف 20.47 KB
عدد التثبيتات 504
النسخة الحالية 1.1.0
آخر تحديث 2023-04-20
تاريخ النشر 2022-11-27
تقييم 5.00/5 مجموع تقييمات 1
المطور ProtoCode
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autoplay Shorts",
    "description": "Autoplays YouTube shorts video after end of video",
    "homepage_url": "https:\/\/alexander-hornsby.uk\/",
    "version": "1.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/shorts\/*"
    ]
}