Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Oct 06, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ES Scrubber", "version": "1.1.2", "description": "Fast forward or rewind YouTube videos by milliseconds or frames.", "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/www.youtube.com\/*", "https:\/\/www.youtube-nocookie.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "content.js" ], "css": [ "styles.css" ] } ], "web_accessible_resources": [ { "resources": [ "j128.png" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "icons": { "16": "j16.png", "48": "j48.png", "128": "j128.png" }, "action": { "default_popup": "popup.html" } }