Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Basketball Box Scores", "description": "The best NBA browser extension with box scores, standings, highlights and more!", "version": "1.6.2", "icons": { "16": "assets\/png\/icon-2-color-16.png", "48": "assets\/png\/icon-2-color-48.png", "128": "assets\/png\/icon-2-color-128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "48": "assets\/png\/icon-2-color-48.png" } }, "background": { "service_worker": "background.min.js" }, "permissions": [ "storage", "alarms" ], "optional_permissions": [ "notifications" ], "host_permissions": [ "*:\/\/*.nba.com\/", "*:\/\/*.nba.net\/", "*:\/\/*.boxscores.site\/" ] }