InstaVolume
Extension that adds controls to the Instagram videos.
Vad är InstaVolume?
InstaVolume är en Chrome-tillägg utvecklad av DedaDev, och dess huvudfunktion är "Extension that adds controls to the Instagram videos.".
Tilläggsskärmbilder
Ladda ner InstaVolume-förlängningens CRX-fil
Ladda ner InstaVolume-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Extension that adds controls to the Instagram videos, which allows you to change the volume, jump to specific time etc.
Grundläggande Information om Tillägg
Namn | InstaVolume |
ID | fijibcffnfpfeohnokdhdgppnhhmhpln |
Officiell webbadress | https://chromewebstore.google.com/detail/instavolume/fijibcffnfpfeohnokdhdgppnhhmhpln |
Beskrivning | Extension that adds controls to the Instagram videos. |
Filstorlek | 21.07 KB |
Antal Installationer | 66 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2020-04-09 |
Publiceringsdatum | 2020-04-09 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | DedaDev |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |