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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        ]
    }
}