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": "Doodstream Downloader",
"version": "1.1",
"description": "Download Doodstream Videos With Just One Click And Enjoy Them Offline Whenever You Want!",
"permissions": [
"activeTab",
"scripting"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"512": "logo.png"
}
},
"icons": {
"512": "logo.png"
},
"author": "Kalingam Technlogy Services",
"developer": {
"name": "KALINGAM",
"url": "https:\/\/doodstreamdownloader.com"
}
}