instagram video progress bar

Add a progress bar to the instagram homepage video

Was ist instagram video progress bar?

instagram video progress bar ist eine Chrome-Erweiterung, die von provisional.anonymous entwickelt wurde, und ihr Hauptmerkmal ist "Add a progress bar to the instagram homepage video".

Erweiterungsscreenshots

screenshot

instagram video progress bar-Erweiterungs-CRX-Datei herunterladen

Laden Sie instagram video progress bar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name instagram video progress bar instagram video progress bar
ID dkijpjjcpldkkadpgjimgkkejemapbgm
Offizielle URL https://chrome.google.com/webstore/detail/instagram-video-progress/dkijpjjcpldkkadpgjimgkkejemapbgm
Beschreibung Add a progress bar to the instagram homepage video
Dateigröße 23.34 KB
Installationsanzahl 41
Aktuelle Version 0.0.3
Letztes Update 2023-03-17
Veröffentlichungsdatum 2023-03-17
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler provisional.anonymous
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}