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,
"name": "Discord PFP Download",
"version": "1.0.0",
"description": "Download Discord profile pictures by user ID",
"permissions": [
"downloads",
"storage"
],
"host_permissions": [
"https:\/\/avatar-cyan.vercel.app\/*",
"https:\/\/extensionpay.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"ExtPay.js"
],
"run_at": "document_start"
}
],
"action": {
"default_popup": "popup.html",
"default_title": "Discord PFP Download"
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
}
}