Instagram Video Control
Adds volume and play controls to Instagram videos.
Cos'è Instagram Video Control?
Instagram Video Control è un'estensione di Chrome sviluppata da https://www.david-schulte.de, e la sua funzione principale è "Adds volume and play controls to Instagram videos.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Instagram Video Control
Scarica i file di estensione Instagram Video Control in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Instagram Video Control |
ID | jlebjkamppjaeoiinkjkgmecoahlefka |
URL Ufficiale | https://chrome.google.com/webstore/detail/instagram-video-control/jlebjkamppjaeoiinkjkgmecoahlefka |
Descrizione | Adds volume and play controls to Instagram videos. |
Dimensione del File | 50.32 KB |
Conteggio Installazioni | 41 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2023-07-09 |
Data di Pubblicazione | 2023-07-09 |
Sviluppatore | https://www.david-schulte.de |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Arcus92/instagram-video-control |
URL della Pagina di Aiuto | https://github.com/Arcus92/instagram-video-control/issues |
Lingue Supportate | 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" ] } ] } |