instagram video progress bar
Add a progress bar to the instagram homepage video
什么是instagram video progress bar?
instagram video progress bar是由provisional.anonymous开发的Chrome扩展程序,该扩展的主要功能是“Add a progress bar to the instagram homepage video”。
扩展截图
下载instagram video progress bar扩展crx文件
下载instagram video progress bar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add a progress bar to the video on the home page of instagram and display the total time of the video. You can click the progress bar to speed up the playback speed of the video
扩展基本信息
名称 | instagram video progress bar |
ID | dkijpjjcpldkkadpgjimgkkejemapbgm |
官方URL | https://chrome.google.com/webstore/detail/instagram-video-progress/dkijpjjcpldkkadpgjimgkkejemapbgm |
简介 | Add a progress bar to the instagram homepage video |
文件大小 | 23.34 KB |
安装次数 | 41 |
当前版本 | 0.0.3 |
更新时间 | 2023-03-17 |
上架时间 | 2023-03-17 |
评分 | 4.50/5 共2次评分 |
开发者 | provisional.anonymous |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" } }, "version": "0.0.3", "author": "ljk", "name": "instagram video progress bar", "description": "Add a progress bar to the instagram homepage video", "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "content-script.82b9980f.js" ], "all_frames": true, "css": [] }, { "matches": [ "https:\/\/www.instagram.com\/*" ], "css": [ "content-script.61bfc0ef.css" ], "js": [ "content-script.82b9980f.js" ] } ] } |