InstaVolume
Extension that adds controls to the Instagram videos.
Wat is InstaVolume?
InstaVolume is een Chrome-extensie ontwikkeld door DedaDev, en de belangrijkste functie is "Extension that adds controls to the Instagram videos.".
Extensie Screenshots
Download het CRX-bestand van de extensie InstaVolume
Download InstaVolume-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension that adds controls to the Instagram videos, which allows you to change the volume, jump to specific time etc.
Basisinformatie over de Extensie
Naam | InstaVolume |
ID | fijibcffnfpfeohnokdhdgppnhhmhpln |
Officiële URL | https://chromewebstore.google.com/detail/instavolume/fijibcffnfpfeohnokdhdgppnhhmhpln |
Beschrijving | Extension that adds controls to the Instagram videos. |
Bestandsgrootte | 21.07 KB |
Aantal Installaties | 66 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2020-04-09 |
Publicatiedatum | 2020-04-09 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | DedaDev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |