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": "Prime Ligue 1 Auto Play", "version": "0.1", "description": "Se mettre sur la page du match, mettre en plein ecran avec F11, puis le match se lancera tout seul a la bonne heure.", "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "http:\/\/*.primevideo.com\/*", "https:\/\/*.primevideo.com\/*" ], "background": { "service_worker": "background.js" } }