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はvideozangによって開発されたChromeの拡張機能で、その主な機能は「When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…」です。

拡張機能のスクリーンショット

screenshot

PIP Progress拡張機能のCRXファイルをダウンロード

PIP Progress拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}