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", "manifest_version": 3, "name": "FloaTube", "description": "FloaTube By Amine48", "version": "1.3", "icons": { "128": "\/img\/icone_128.png" }, "action": { "default_popup": "index.html" }, "permissions": [ "scripting", "webNavigation", "storage" ], "host_permissions": [ "*:\/\/www.youtube.com\/*" ], "background": { "service_worker": "\/background\/background.js" } }