PIP Next

When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…

ما هو PIP Next؟

PIP Next هو إضافة Chrome تم تطويرها بواسطة videozang، والميزة الرئيسية لها هي "When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…".

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

screenshot

تحميل ملف CRX للإضافة PIP Next

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

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

                        When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track button on the PIP screen. You have to go back to the original tab to use the next button. It is very annoying while you are browsing other tabs.

With this extension, the player will forward to next video each time you click it (you'd better to pin it).                    

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

الاسم PIP Next PIP Next
ID kiliibbgffnhndgbcpljbeihimcojagc
عنوان URL الرسمي https://chromewebstore.google.com/detail/pip-next/kiliibbgffnhndgbcpljbeihimcojagc
الوصف When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…
حجم الملف 22.2 KB
عدد التثبيتات 48
النسخة الحالية 0.3
آخر تحديث 2020-08-26
تاريخ النشر 2020-08-24
تقييم 5.00/5 مجموع تقييمات 2
المطور videozang
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://youtube-playlist-randomizer.bitbucket.io/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PIP Next",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube-playlist-randomizer.bitbucket.io\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}