InstaVolume
Extension that adds controls to the Instagram videos.
什么是InstaVolume?
InstaVolume是由DedaDev开发的Chrome扩展程序,该扩展的主要功能是“Extension that adds controls to the Instagram videos.”。
扩展截图
下载InstaVolume扩展crx文件
下载InstaVolume扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension that adds controls to the Instagram videos, which allows you to change the volume, jump to specific time etc.
扩展基本信息
名称 | InstaVolume |
ID | fijibcffnfpfeohnokdhdgppnhhmhpln |
官方URL | https://chromewebstore.google.com/detail/instavolume/fijibcffnfpfeohnokdhdgppnhhmhpln |
简介 | Extension that adds controls to the Instagram videos. |
文件大小 | 21.07 KB |
安装次数 | 66 |
当前版本 | 0.0.2 |
更新时间 | 2020-04-09 |
上架时间 | 2020-04-09 |
评分 | 1.00/5 共1次评分 |
开发者 | DedaDev |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } ] } |