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": "Threads Video Downloeader",
"description": "Download videos, GIFS and images from Threads",
"version": "1.0",
"action": {
"default_popup": "popup.html",
"default_title": "Threads Downloeader",
"default_icon": "icons\/128.png"
},
"icons": {
"16": "icons\/16.png",
"19": "icons\/19.png",
"38": "icons\/38.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"tabs",
"https:\/\/*\/"
],
"background": {
"service_worker": "background.js"
}
}