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": "ES Zero Cookie", "version": "1.3", "description": "Watch YouTube videos in a privacy-friendly way.Ideal for websites aiming to comply with GDPR and other privacy regulations.", "permissions": [ "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/www.youtube.com\/*", "https:\/\/www.youtube-nocookie.com\/*" ], "background": { "service_worker": "script.js" }, "icons": { "16": "jeffestw16.png", "48": "jeffestw48.png", "128": "jeffestw128.png" }, "action": { "default_popup": "popup.html" } }