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.2", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.92f769ad.js" ], "css": [ "content-styles.38bd2867.css" ], "run_at": "document_idle" } ], "icons": { "16": "fast-forward-16.826f7362.png", "32": "fast-forward-32.e165e260.png", "48": "fast-forward-48.0eb1a923.png", "60": "fast-forward-60.9f6c1912.png", "128": "fast-forward-128.1a915622.png" }, "permissions": [ "storage" ], "options_ui": { "page": "options.a2eac020.html", "open_in_tab": true, "browser_style": true }, "action": { "default_popup": "popup.4eaca440.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", "css\/pico\/pico.min.css", "css\/pico\/pico.colors.min.css" ] } ], "background": { "service_worker": "service-worker.2f5e6835.js" } }