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": "Baixar video do Pinterest",
"version": "1.0",
"description": "Baixe v\u00eddeos do Pinterest facilmente com um clique atrav\u00e9s do BaixarPin.",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.pinterest.com\/*",
"*:\/\/baixarpin.com\/*"
],
"js": [
"content.js"
]
}
]
}