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": "TodoProp", "version": "1.0", "description": "Encuentra propiedades baratas por precio en m2, UVA y D\u00f3lar Blue en Argentina.", "permissions": [ "activeTab", "storage" ], "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "popup.html", "default_icon": "images\/icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.zonaprop.com.ar\/*", "*:\/\/*.argenprop.com\/*", "*:\/\/*.mercadolibre.com.ar\/*" ], "js": [ "argentina\/utils.js", "content.js", "argentina\/zonaprop.js", "argentina\/argenprop.js", "argentina\/mercadolibre.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "argentina\/utils.js", "argentina\/zonaprop.js", "argentina\/argenprop.js", "argentina\/mercadolibre.js", "libs\/chart.min.js" ], "matches": [ "<all_urls>" ] } ] }