Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "5.0.2",
"name": "Video Scrubber for Instagram",
"short_name": "Video Scrubber",
"description": "Displays player controls for video content on Instagram",
"homepage_url": "https:\/\/georgemike.com",
"icons": {
"128": "images\/icon.128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"options_page": "options.html",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/instagram.com\/*",
"https:\/\/*.instagram.com\/*"
],
"js": [
"lib\/progress.js-0.1.0\/progress.min.js",
"js\/lib\/FileSaver.v2.0.2.min.js",
"js\/ActiveVideoManager.js",
"js\/BrowserEnv.js",
"js\/FeatureIntroducer.js",
"js\/InstaUtils.js",
"js\/VideoModifier.js",
"js\/config.js",
"js\/utils.js",
"js\/content.js"
],
"css": [
"lib\/progress.js-0.1.0\/progressjs.min.css",
"css\/scrub.css"
],
"all_frames": true
}
],
"host_permissions": [
"https:\/\/instagram.com\/*",
"https:\/\/*.instagram.com\/*"
]
}