PIP Progress

When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…

ما هو PIP Progress؟

PIP Progress هو إضافة Chrome تم تطويرها بواسطة videozang، والميزة الرئيسية لها هي "When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…".

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

screenshot

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

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

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

                        When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, 
With this extension, you will see the progress of current video through the icon change and the tooltip on the icon (you'd better to pin it).                    

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

الاسم PIP Progress PIP Progress
ID ppolnlcdkhoijpacncboankcnpbgafem
عنوان URL الرسمي https://chromewebstore.google.com/detail/pip-progress/ppolnlcdkhoijpacncboankcnpbgafem
الوصف When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…
حجم الملف 77.09 KB
عدد التثبيتات 23
النسخة الحالية 0.3
آخر تحديث 2020-09-07
تاريخ النشر 2020-09-02
تقييم 5.00/5 مجموع تقييمات 1
المطور 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 Progress",
    "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"
        ]
    },
    "permissions": [
        "tabs"
    ]
}