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", "name": "Super Cars HD wallpaper video backgrounds", "short_name": "charitableexotics-chrome", "description": "Short HD motion videos featuring the world's most breathtaking high-performance sports cars and luxurious grand tourers.", "default_locale": "en", "manifest_version": 3, "version": "1.8.4.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "topSites", "favicon" ], "host_permissions": [ "https:\/\/account.usedelight.com\/*", "https:\/\/usedelight.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/account.usedelight.com\/*", "https:\/\/usedelight.com\/*" ], "js": [ "contentScript.js" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "https:\/\/account.usedelight.com\/*", "https:\/\/usedelight.com\/*" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }