Instagram Video Control
Adds volume and play controls to Instagram videos.
Wat is Instagram Video Control?
Instagram Video Control is een Chrome-extensie ontwikkeld door https://www.david-schulte.de, en de belangrijkste functie is "Adds volume and play controls to Instagram videos.".
Extensie Screenshots
Download het CRX-bestand van de extensie Instagram Video Control
Download Instagram Video Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Instagram Video Control |
ID | jlebjkamppjaeoiinkjkgmecoahlefka |
Officiële URL | https://chrome.google.com/webstore/detail/instagram-video-control/jlebjkamppjaeoiinkjkgmecoahlefka |
Beschrijving | Adds volume and play controls to Instagram videos. |
Bestandsgrootte | 50.32 KB |
Aantal Installaties | 41 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2023-07-09 |
Publicatiedatum | 2023-07-09 |
Ontwikkelaar | https://www.david-schulte.de |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Arcus92/instagram-video-control |
Help Pagina-URL | https://github.com/Arcus92/instagram-video-control/issues |
Ondersteunde Talen | 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" ] } ] } |