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, "version": "1.0.28", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "fr", "homepage_url": "https:\/\/cassou.app", "permissions": [ "storage", "unlimitedStorage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'" }, "web_accessible_resources": [ { "resources": [ "*.map" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "allFrames": true, "css": [ "app\/build\/bundle.css", "app\/build\/tailwind.css", "app\/radix.css" ], "js": [ "app\/add-cassou-header-menu.js", "app\/build\/bundle.js" ], "matches": [ "https:\/\/vinted.net\/*", "https:\/\/www.vinted.net\/*", "https:\/\/images1.vinted.net\/*", "https:\/\/images2.vinted.net\/*", "https:\/\/images3.vinted.net\/*", "https:\/\/vinted.fr\/*", "https:\/\/www.vinted.fr\/*", "https:\/\/vinted.es\/*", "https:\/\/www.vinted.es\/*", "https:\/\/vinted.it\/*", "https:\/\/www.vinted.it\/*", "https:\/\/vinted.be\/*", "https:\/\/www.vinted.be\/*", "https:\/\/vinted.at\/*", "https:\/\/www.vinted.at\/*", "https:\/\/vinted.ca\/*", "https:\/\/www.vinted.ca\/*", "https:\/\/vinted.de\/*", "https:\/\/www.vinted.de\/*", "https:\/\/vinted.lu\/*", "https:\/\/www.vinted.lu\/*", "https:\/\/vinted.cz\/*", "https:\/\/www.vinted.cz\/*", "https:\/\/vinted.hu\/*", "https:\/\/www.vinted.hu\/*", "https:\/\/vinted.pt\/*", "https:\/\/www.vinted.pt\/*", "https:\/\/vinted.co.uk\/*", "https:\/\/www.vinted.co.uk\/*", "https:\/\/vinted.ro\/*", "https:\/\/www.vinted.ro\/*", "https:\/\/vinted.pl\/*", "https:\/\/www.vinted.pl\/*", "https:\/\/vinted.nl\/*", "https:\/\/www.vinted.nl\/*", "https:\/\/vinted.ie\/*", "https:\/\/www.vinted.ie\/*", "https:\/\/vinted.lt\/*", "https:\/\/www.vinted.lt\/*", "https:\/\/vinted.lv\/*", "https:\/\/www.vinted.lv\/*", "https:\/\/vinted.sk\/*", "https:\/\/www.vinted.sk\/*", "https:\/\/vinted.com\/*", "https:\/\/www.vinted.com\/*" ], "run_at": "document_end" } ] }