Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FixYTPlayer", "description": "Fix the YouTube player to the top of the window.", "version": "1.0.5", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end", "js": [ "content.js" ], "css": [ "content.css" ] } ], "icons": { "16": "\/images\/fytp_icon16.png", "32": "\/images\/fytp_icon32.png", "48": "\/images\/fytp_icon48.png", "128": "\/images\/fytp_icon128.png" } }