InstaVolume
Extension that adds controls to the Instagram videos.
Cos'è InstaVolume?
InstaVolume è un'estensione di Chrome sviluppata da DedaDev, e la sua funzione principale è "Extension that adds controls to the Instagram videos.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione InstaVolume
Scarica i file di estensione InstaVolume 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
Extension that adds controls to the Instagram videos, which allows you to change the volume, jump to specific time etc.
Informazioni di Base sull'Estensione
Nome | InstaVolume |
ID | fijibcffnfpfeohnokdhdgppnhhmhpln |
URL Ufficiale | https://chromewebstore.google.com/detail/instavolume/fijibcffnfpfeohnokdhdgppnhhmhpln |
Descrizione | Extension that adds controls to the Instagram videos. |
Dimensione del File | 21.07 KB |
Conteggio Installazioni | 66 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2020-04-09 |
Data di Pubblicazione | 2020-04-09 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | DedaDev |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |