Instagram Video Control
Adds volume and play controls to Instagram videos.
Apa itu Instagram Video Control?
Instagram Video Control adalah ekstensi Chrome yang dikembangkan oleh https://www.david-schulte.de, dan fitur utamanya adalah "Adds volume and play controls to Instagram videos.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Instagram Video Control
Unduh file ekstensi Instagram Video Control dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Instagram Video Control |
ID | jlebjkamppjaeoiinkjkgmecoahlefka |
URL Resmi | https://chrome.google.com/webstore/detail/instagram-video-control/jlebjkamppjaeoiinkjkgmecoahlefka |
Deskripsi | Adds volume and play controls to Instagram videos. |
Ukuran File | 50.32 KB |
Jumlah Instalasi | 41 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2023-07-09 |
Tanggal Publikasi | 2023-07-09 |
Pengembang | https://www.david-schulte.de |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Arcus92/instagram-video-control |
URL Halaman Bantuan | https://github.com/Arcus92/instagram-video-control/issues |
Bahasa yang Didukung | 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" ] } ] } |