Instagram Video Control
Adds volume and play controls to Instagram videos.
Qu'est-ce que Instagram Video Control ?
Instagram Video Control est une extension Chrome développée par https://www.david-schulte.de, et sa fonction principale est "Adds volume and play controls to Instagram videos.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Instagram Video Control
Téléchargez les fichiers d'extension Instagram Video Control au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Instagram Video Control |
ID | jlebjkamppjaeoiinkjkgmecoahlefka |
URL Officiel | https://chrome.google.com/webstore/detail/instagram-video-control/jlebjkamppjaeoiinkjkgmecoahlefka |
Description | Adds volume and play controls to Instagram videos. |
Taille du Fichier | 50.32 KB |
Nombre d'Installations | 41 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2023-07-09 |
Date de Publication | 2023-07-09 |
Développeur | https://www.david-schulte.de |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Arcus92/instagram-video-control |
URL de la Page d'Aide | https://github.com/Arcus92/instagram-video-control/issues |
Langues Prises en Charge | 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" ] } ] } |