Instagram Video Control
Adds volume and play controls to Instagram videos.
Was ist Instagram Video Control?
Instagram Video Control ist eine Chrome-Erweiterung, die von https://www.david-schulte.de entwickelt wurde, und ihr Hauptmerkmal ist "Adds volume and play controls to Instagram videos.".
Erweiterungsscreenshots
Instagram Video Control-Erweiterungs-CRX-Datei herunterladen
Laden Sie Instagram Video Control-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
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.
Grundlegende Informationen zur Erweiterung
Name | Instagram Video Control |
ID | jlebjkamppjaeoiinkjkgmecoahlefka |
Offizielle URL | https://chrome.google.com/webstore/detail/instagram-video-control/jlebjkamppjaeoiinkjkgmecoahlefka |
Beschreibung | Adds volume and play controls to Instagram videos. |
Dateigröße | 50.32 KB |
Installationsanzahl | 41 |
Aktuelle Version | 0.1 |
Letztes Update | 2023-07-09 |
Veröffentlichungsdatum | 2023-07-09 |
Entwickler | https://www.david-schulte.de |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Arcus92/instagram-video-control |
Hilfeseite URL | https://github.com/Arcus92/instagram-video-control/issues |
Unterstützte Sprachen | 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" ] } ] } |