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": "Bluesky Better Video and Volume controls", "description": "Bluesky modifications that improve user experience in video playback and volume control.", "version": "1.0", "version_name": "1.0 (24\/11\/2024)", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/bsky.app\/*" ], "js": [ "js\/jquery.js", "js\/index.js" ] } ], "web_accessible_resources": [ { "resources": [ "js\/jquery.js", "js\/index.js" ], "matches": [ "https:\/\/bsky.app\/*" ] } ], "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "action": [], "permissions": [ "storage" ] }