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", "name": "Real Debrid Download Manager", "description": "A Chrome Extension to simplify downloading of torrents through Real Debrid", "version": "0.9.4", "manifest_version": 3, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "38": "icon16.png" }, "default_title": "Real Debrid Download Manager", "default_popup": "index.html" }, "permissions": [ "contextMenus", "downloads", "storage", "alarms" ], "host_permissions": [ "https:\/\/real-debrid.com\/", "https:\/\/api.real-debrid.com\/" ], "background": { "service_worker": "js\/background.js" }, "short_name": "RDDM" }