InstaVolume
Extension that adds controls to the Instagram videos.
Co to jest InstaVolume?
InstaVolume to rozszerzenie Chrome opracowane przez DedaDev, a jego główną funkcją jest „Extension that adds controls to the Instagram videos.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia InstaVolume
Pobierz pliki rozszerzeń InstaVolume w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Extension that adds controls to the Instagram videos, which allows you to change the volume, jump to specific time etc.
Podstawowe informacje o rozszerzeniu
Nazwa | InstaVolume |
ID | fijibcffnfpfeohnokdhdgppnhhmhpln |
Oficjalny URL | https://chromewebstore.google.com/detail/instavolume/fijibcffnfpfeohnokdhdgppnhhmhpln |
Opis | Extension that adds controls to the Instagram videos. |
Rozmiar pliku | 21.07 KB |
Liczba instalacji | 66 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2020-04-09 |
Data Publikacji | 2020-04-09 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | DedaDev |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |