Better Instagram Videos: Playback & Volume
Easily control the playback and volume of any Instagram videos.
Apa itu Better Instagram Videos: Playback & Volume?
Better Instagram Videos: Playback & Volume adalah ekstensi Chrome yang dikembangkan oleh https://emirkabal.com, dan fitur utamanya adalah "Easily control the playback and volume of any Instagram videos.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Better Instagram Videos: Playback & Volume
Unduh file ekstensi Better Instagram Videos: Playback & Volume 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
Enhances your Instagram experience by allowing easy video playback and volume adjustment. Features: - Playback/seek control - Volume control (remembered) - Downloadable video - Supports all videos on the Instagram except stories section Github: https://github.com/emirkabal/better-instagram-videos Legal: Instagram is a registered trademark. This extension was developed independently of Instagram, by someone who is not related or affiliated with Instagram, without any help or endorsement from them.
Informasi Dasar Ekstensi
Nama | Better Instagram Videos: Playback & Volume |
ID | ijgmchfimkocepiapjeoehcicfnhhchp |
URL Resmi | https://chromewebstore.google.com/detail/better-instagram-videos-p/ijgmchfimkocepiapjeoehcicfnhhchp |
Deskripsi | Easily control the playback and volume of any Instagram videos. |
Ukuran File | 66.96 KB |
Jumlah Instalasi | 68 |
Versi Saat Ini | 1.0.5 |
Terakhir Diperbarui | 2023-12-26 |
Tanggal Publikasi | 2023-12-26 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://emirkabal.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/emirkabal/better-instagram-videos/issues |
Bahasa yang Didukung | de,en,fr,nl,tr,es,it,pl,pt-BR,el,bg,ru,uk,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "default_locale": "en", "version": "1.0.5", "action": [], "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "content_scripts": [ { "js": [ "assets\/main.tsx-loader-3b2f4b6d.js" ], "matches": [ "https:\/\/www.instagram.com\/*" ], "css": [ "assets\/main-e5d4be7f.css" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "resources": [ "assets\/main.tsx-a0f12a38.js" ], "use_dynamic_url": true } ] } |