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", "background": { "service_worker": "background.js" }, "action": { "default_title": "PDM Integration", "default_popup": "popup\/popup.html", "default_icon": { "32": "icons\/icon_32.png" } }, "content_scripts": [ { "all_frames": true, "js": [ "contentScripts\/content.js" ], "css": [ "contentScripts\/modal.css" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", "file:\/\/*\/*", "ftp:\/\/*\/*" ], "run_at": "document_start", "match_about_blank": true } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoCgWSDIitikIuLvTLERSUeSSRobagH6W9yZNsC+1+3XVX8Ae83ZPGbjuHhb4J2vQzSDfr2TiWeLya2z54JH2KCVTHdr++Mf8xlykobf83\/HTu2LcQzI7RPb53KWgGMrEszuRQdxhSeYwogCR6BDQaRqRmBbsAg40VuLI53KtXrvESu3gNtDdIpG\/S1EIxK6VnwXL+UXxVmPQxQ0tFyTX5R0tyBdbKAx7UwT9z8fQN4PP4QBHFzU4Pqrln66evdYb5NpZw9RAZxhLW4chk4kK2BMz4Ym10J1yOjvZ4w9MBHJsIn38EJSfYSDWOlUReZNoQXHN4J6UhMQbuWEZO6SbVwIDAQAB", "description": "Persepolis Download Manager Integration extension replaces default download manager of FireFox by Persepolis Download Manager.", "homepage_url": "https:\/\/github.com\/persepolisdm\/Persepolis-WebExtension", "icons": { "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "manifest_version": 3, "name": "Persepolis Download Manager Integration", "short_name": "Persepolis", "permissions": [ "nativeMessaging", "contextMenus", "downloads", "cookies", "storage", "scripting" ], "version": "4.0.0", "host_permissions": [ "*:\/\/*\/" ], "content_security_policy": [] }