InstaVolume
Extension that adds controls to the Instagram videos.
Apa itu InstaVolume?
InstaVolume adalah ekstensi Chrome yang dikembangkan oleh DedaDev, dan fitur utamanya adalah "Extension that adds controls to the Instagram videos.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi InstaVolume
Unduh file ekstensi InstaVolume 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
Extension that adds controls to the Instagram videos, which allows you to change the volume, jump to specific time etc.
Informasi Dasar Ekstensi
Nama | InstaVolume |
ID | fijibcffnfpfeohnokdhdgppnhhmhpln |
URL Resmi | https://chromewebstore.google.com/detail/instavolume/fijibcffnfpfeohnokdhdgppnhhmhpln |
Deskripsi | Extension that adds controls to the Instagram videos. |
Ukuran File | 21.07 KB |
Jumlah Instalasi | 66 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2020-04-09 |
Tanggal Publikasi | 2020-04-09 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | DedaDev |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InstaVolume", "version": "0.0.2", "manifest_version": 2, "description": "Extension that adds controls to the Instagram videos.", "homepage_url": "http:\/\/dedadev.top", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_locale": "en", "permissions": [ "https:\/\/www.instagram.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |