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": "Walcu Pro", "description": "El acompa\u00f1ante web para el profesional", "author": "Walcu", "homepage_url": "https:\/\/walcu.com", "short_name": "walcu_pro", "version": "1.1.9", "action": { "default_icon": "images\/logoW.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_global.js", "APIs.js", "bc.js", "highcharts\/code\/highcharts.js", "domain_wp\/cnet_data.js", "domain_wp\/car_normalizer.js", "extra_utils\/ads.js" ], "css": [ "global.css" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "http:\/\/www.coches.net\/*", "https:\/\/www.coches.net\/*" ], "js": [ "truprais\/tp.js", "domain_wp\/cnet.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "https:\/\/es.bca-europe.com\/*" ], "js": [ "domain_wp\/bca.js" ], "run_at": "document_end", "all_frames": true } ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "icons": { "128": "\/images\/logoW.png" } }