Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88", "name": "__MSG_extensionFullName__", "short_name": "__MSG_extensionShortName__", "version": "2.7.0", "description": "__MSG_extensionDescription__", "homepage_url": "https:\/\/github.com\/null93\/milk-cookie-manager", "author": "Rafael Grigorian", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "offline_enabled": true, "incognito": "split", "default_locale": "en", "permissions": [ "contextMenus", "cookies", "tabs", "storage" ], "background": { "service_worker": "service-worker.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_title": "__MSG_extensionFullName__", "default_icon": "icon-128.png", "default_popup": "index.html" } }