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 |
官方網址 | 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" ] } ] } |