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": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "0.37.0", "homepage_url": "https:\/\/www.vintex.app\/", "default_locale": "fr", "icons": { "16": "images\/logo-128.png", "32": "images\/logo-128.png", "48": "images\/logo-128.png", "128": "images\/logo-128.png" }, "background": { "service_worker": ".\/background.js" }, "permissions": [ "storage", "unlimitedStorage" ], "host_permissions": [ "http:\/\/localhost:8080\/*", "https:\/\/*.vinted.net\/*", "https:\/\/*.amazonaws.com\/*", "https:\/\/www.vintex.app\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.vinted.at\/*", "https:\/\/www.vinted.be\/*", "https:\/\/www.vinted.cz\/*", "https:\/\/www.vinted.de\/*", "https:\/\/www.vinted.dk\/*", "https:\/\/www.vinted.es\/*", "https:\/\/www.vinted.fi\/*", "https:\/\/www.vinted.fr\/*", "https:\/\/www.vinted.gr\/*", "https:\/\/www.vinted.hr\/*", "https:\/\/www.vinted.hu\/*", "https:\/\/www.vinted.ie\/*", "https:\/\/www.vinted.it\/*", "https:\/\/www.vinted.lt\/*", "https:\/\/www.vinted.lu\/*", "https:\/\/www.vinted.nl\/*", "https:\/\/www.vinted.pl\/*", "https:\/\/www.vinted.pt\/*", "https:\/\/www.vinted.ro\/*", "https:\/\/www.vinted.se\/*", "https:\/\/www.vinted.sk\/*", "https:\/\/www.vinted.co.uk\/*", "https:\/\/www.vinted.com\/*" ], "js": [ "app\/assets\/main.js" ], "css": [ "app\/assets\/main.css" ], "run_at": "document_end" } ] }