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": "AutoNews Global", "version": "1.1.3.1", "description": "A comprehensive car news aggregator extension that provides the latest automotive news from around the world.", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "AutoNews" }, "permissions": [ "storage", "activeTab" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "https:\/\/*.globo.com\/*", "https:\/\/*.abril.com.br\/*", "https:\/\/*.uol.com.br\/*", "https:\/\/*.autossegredos.com.br\/*", "https:\/\/*.driving.ca\/*", "https:\/\/*.autotrader.ca\/*", "https:\/\/*.canadianautodealer.ca\/*", "https:\/\/*.cr.org\/*", "https:\/\/*.motor1.com\/*", "https:\/\/*.topgear.com\/*", "https:\/\/*.caranddriver.com\/*", "https:\/\/*.motortrend.com\/*", "https:\/\/*.autoexpress.co.uk\/*", "https:\/\/*.carmagazine.co.uk\/*", "https:\/\/*.autobild.de\/*", "https:\/\/*.consumerreports.org\/*", "https:\/\/fonts.googleapis.com\/*", "https:\/\/fonts.gstatic.com\/*", "https:\/\/cdnjs.cloudflare.com\/*", "https:\/\/cdn.jsdelivr.net\/*", "https:\/\/api.allorigins.win\/*" ] }