Instagram Video Control
Adds volume and play controls to Instagram videos.
Co to jest Instagram Video Control?
Instagram Video Control to rozszerzenie Chrome opracowane przez https://www.david-schulte.de, a jego główną funkcją jest „Adds volume and play controls to Instagram videos.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Instagram Video Control
Pobierz pliki rozszerzeń Instagram Video Control 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
This simple web extension enables the native video controls for Instagram videos. This grants you the ability to control the volume and the video position.
Podstawowe informacje o rozszerzeniu
Nazwa | Instagram Video Control |
ID | jlebjkamppjaeoiinkjkgmecoahlefka |
Oficjalny URL | https://chrome.google.com/webstore/detail/instagram-video-control/jlebjkamppjaeoiinkjkgmecoahlefka |
Opis | Adds volume and play controls to Instagram videos. |
Rozmiar pliku | 50.32 KB |
Liczba instalacji | 41 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2023-07-09 |
Data Publikacji | 2023-07-09 |
Deweloper | https://www.david-schulte.de |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Arcus92/instagram-video-control |
Adres URL Strony Pomocy | https://github.com/Arcus92/instagram-video-control/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Instagram Video Control", "version": "0.1", "description": "Adds volume and play controls to Instagram videos.", "author": "[email protected]", "homepage_url": "https:\/\/github.com\/Arcus92\/instagram-video-control\/", "icons": { "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "main.js" ] } ] } |