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, "description": "__MSG_description__", "homepage_url": "https:\/\/github.com\/elementdavv\/internet_archive_downloader", "name": "Internet Archive Downloader", "version": "2.8.0", "default_locale": "en", "icons": { "128": "images\/logo128.png" }, "action": { "default_icon": { "128": "images\/logo128.png" }, "default_title": "__MSG_title__" }, "background": { "service_worker": "js\/bg.js", "type": "module" }, "permissions": [ "declarativeNetRequest", "downloads", "scripting", "storage", "tabs" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "css\/*", "js\/*" ], "matches": [ "https:\/\/archive.org\/*", "https:\/\/babel.hathitrust.org\/*" ] } ] }