instagram video progress bar

Add a progress bar to the instagram homepage video

instagram video progress barとは何ですか?

instagram video progress barはprovisional.anonymousによって開発されたChromeの拡張機能で、その主な機能は「Add a progress bar to the instagram homepage video」です。

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

screenshot

instagram video progress bar拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Add a progress bar to the video on the home page of instagram and display the total time of the video. You can click the progress bar to speed up the playback speed of the video                    

拡張機能の基本情報

名前 instagram video progress bar instagram video progress bar
ID dkijpjjcpldkkadpgjimgkkejemapbgm
公式URL https://chrome.google.com/webstore/detail/instagram-video-progress/dkijpjjcpldkkadpgjimgkkejemapbgm
説明 Add a progress bar to the instagram homepage video
ファイルサイズ 23.34 KB
インストール数 41
現在のバージョン 0.0.3
最終更新日 2023-03-17
公開日 2023-03-17
評価 4.50/5 合計 2 レビュー
開発者 provisional.anonymous
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "0.0.3",
    "author": "ljk",
    "name": "instagram video progress bar",
    "description": "Add a progress bar to the instagram homepage video",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "content-script.82b9980f.js"
            ],
            "all_frames": true,
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "css": [
                "content-script.61bfc0ef.css"
            ],
            "js": [
                "content-script.82b9980f.js"
            ]
        }
    ]
}