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": "Bundle Bee - Asset URL Extractor",
"version": "1.0",
"description": "Extract all image and video URLs from the current page.",
"icons": {
"16": "icon.webp",
"48": "icon.webp",
"128": "icon.webp"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"downloads"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icon.webp",
"48": "icon.webp",
"128": "icon.webp"
}
}
}