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, "short_name": "YouTube Rewind&Forward Buttons", "name": "YouTube Rewind & Fast Forward Buttons", "description": "Add Rewind & Fast Forward buttons to videos player in a YouTube site", "version": "1.4.1", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.a5027563.js" ], "css": [ "content-styles.38bd2867.css" ], "run_at": "document_idle" } ], "icons": { "16": "fast-forward-16.54be20a9.png", "32": "fast-forward-32.6cc32f25.png", "48": "fast-forward-48.a3f2e56e.png", "60": "fast-forward-60.56095b1b.png", "128": "fast-forward-128.c3a65c3e.png" }, "permissions": [ "storage" ], "options_ui": { "page": "options.0d987d46.html", "open_in_tab": true, "browser_style": true }, "action": { "default_popup": "popup.76aa1f10.html" }, "web_accessible_resources": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "resources": [] }, { "matches": [ "<all_urls>" ], "resources": [ "background\/whats-new-page\/whats-new-page.html", "web-components\/support-links.css" ] } ], "background": { "service_worker": "service-worker.06eb6b56.js" } }