Instagram Video Control
Adds volume and play controls to Instagram videos.
Vad är Instagram Video Control?
Instagram Video Control är en Chrome-tillägg utvecklad av https://www.david-schulte.de, och dess huvudfunktion är "Adds volume and play controls to Instagram videos.".
Tilläggsskärmbilder
Ladda ner Instagram Video Control-förlängningens CRX-fil
Ladda ner Instagram Video Control-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Instagram Video Control |
ID | jlebjkamppjaeoiinkjkgmecoahlefka |
Officiell webbadress | https://chrome.google.com/webstore/detail/instagram-video-control/jlebjkamppjaeoiinkjkgmecoahlefka |
Beskrivning | Adds volume and play controls to Instagram videos. |
Filstorlek | 50.32 KB |
Antal Installationer | 41 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2023-07-09 |
Publiceringsdatum | 2023-07-09 |
Utvecklare | https://www.david-schulte.de |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/Arcus92/instagram-video-control |
Hjälpsida URL | https://github.com/Arcus92/instagram-video-control/issues |
Stödda Språk | 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" ] } ] } |