InstaVolume
Extension that adds controls to the Instagram videos.
Qu'est-ce que InstaVolume ?
InstaVolume est une extension Chrome développée par DedaDev, et sa fonction principale est "Extension that adds controls to the Instagram videos.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension InstaVolume
Téléchargez les fichiers d'extension InstaVolume au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Extension that adds controls to the Instagram videos, which allows you to change the volume, jump to specific time etc.
Informations de Base sur l'Extension
Nom | InstaVolume |
ID | fijibcffnfpfeohnokdhdgppnhhmhpln |
URL Officiel | https://chromewebstore.google.com/detail/instavolume/fijibcffnfpfeohnokdhdgppnhhmhpln |
Description | Extension that adds controls to the Instagram videos. |
Taille du Fichier | 21.07 KB |
Nombre d'Installations | 66 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2020-04-09 |
Date de Publication | 2020-04-09 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | DedaDev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |