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, "name": "Video Speeder", "version": "1.0", "description": "Adjust video playback speed with ease.", "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_title": "Video Speeder" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "icons": { "48": "speeder-48.png", "128": "speeder-128.png" } }