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", "author": "FreeDownloadManager.ORG", "manifest_version": 3, "minimum_chrome_version": "88", "default_locale": "en", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "version": "3.2.2", "homepage_url": "https:\/\/www.freedownloadmanager.org", "action": { "default_title": "Free Download Manager extension", "default_popup": "src\/html\/settings.html", "default_icon": "assets\/icons\/fdm16.png" }, "icons": { "16": "assets\/icons\/fdm16.png", "48": "assets\/icons\/fdm48.png", "128": "assets\/icons\/fdm128.png" }, "permissions": [ "cookies", "webRequest", "declarativeNetRequest", "downloads", "nativeMessaging", "contextMenus", "activeTab", "storage", "history", "tabs", "notifications", "alarms", "scripting" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "dist\/js\/service_worker.js", "type": "module" }, "content_scripts": [ { "js": [ "src\/js\/webextension.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*\/*" ] }, { "js": [ "src\/js\/fdmschemecatch.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*\/*" ] }, { "js": [ "src\/js\/youtubeutils.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*\/*" ] }, { "js": [ "src\/js\/contextmenuhlpr.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';", "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';" }, "externally_connectable": { "matches": [ "*:\/\/*.freedownloadmanager.org\/*" ] } }