Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Bookmarks Finder & Clean Up",
"version": "1.0.5",
"description": "Easy to find bookmarks, clean up bookmarks, delete multiple or all bookmarks. Manage bookmarks in groups. Backup, restore bookmarks.",
"short_name": "Bookmarks Finder & Clean Up",
"permissions": [
"storage",
"downloads",
"bookmarks",
"background",
"unlimitedStorage"
],
"action": {
"default_icon": {
"16": "\/images\/img16.png",
"32": "\/images\/img32.png",
"48": "\/images\/img48.png",
"128": "\/images\/img128.png"
}
},
"icons": {
"16": "\/images\/img16.png",
"32": "\/images\/img32.png",
"48": "\/images\/img48.png",
"128": "\/images\/img128.png"
},
"background": {
"service_worker": "background.js"
}
}