instagram video progress bar
Add a progress bar to the instagram homepage video
Co to jest instagram video progress bar?
instagram video progress bar to rozszerzenie Chrome opracowane przez provisional.anonymous, a jego główną funkcją jest „Add a progress bar to the instagram homepage video”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia instagram video progress bar
Pobierz pliki rozszerzeń instagram video progress bar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | instagram video progress bar |
ID | dkijpjjcpldkkadpgjimgkkejemapbgm |
Oficjalny URL | https://chrome.google.com/webstore/detail/instagram-video-progress/dkijpjjcpldkkadpgjimgkkejemapbgm |
Opis | Add a progress bar to the instagram homepage video |
Rozmiar pliku | 23.34 KB |
Liczba instalacji | 41 |
Aktualna Wersja | 0.0.3 |
Ostatnia Aktualizacja | 2023-03-17 |
Data Publikacji | 2023-03-17 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | provisional.anonymous |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |