PIP Progress

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

PIP Progress là gì?

PIP Progress là một tiện ích mở rộng Chrome được phát triển bởi videozang, và tính năng chính của nó là "When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PIP Progress

Tải xuống các tệp mở rộng PIP Progress dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PIP Progress PIP Progress
ID ppolnlcdkhoijpacncboankcnpbgafem
URL Chính Thức https://chromewebstore.google.com/detail/pip-progress/ppolnlcdkhoijpacncboankcnpbgafem
Mô tả When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…
Kích Thước Tệp 77.09 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2020-09-07
Ngày Phát Hành 2020-09-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển videozang
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://youtube-playlist-randomizer.bitbucket.io/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}