InstaVolume
Extension that adds controls to the Instagram videos.
Was ist InstaVolume?
InstaVolume ist eine Chrome-Erweiterung, die von DedaDev entwickelt wurde, und ihr Hauptmerkmal ist "Extension that adds controls to the Instagram videos.".
Erweiterungsscreenshots
InstaVolume-Erweiterungs-CRX-Datei herunterladen
Laden Sie InstaVolume-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Extension that adds controls to the Instagram videos, which allows you to change the volume, jump to specific time etc.
Grundlegende Informationen zur Erweiterung
Name | InstaVolume |
ID | fijibcffnfpfeohnokdhdgppnhhmhpln |
Offizielle URL | https://chromewebstore.google.com/detail/instavolume/fijibcffnfpfeohnokdhdgppnhhmhpln |
Beschreibung | Extension that adds controls to the Instagram videos. |
Dateigröße | 21.07 KB |
Installationsanzahl | 66 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2020-04-09 |
Veröffentlichungsdatum | 2020-04-09 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | DedaDev |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |