Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Nov 27, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tools Sidebar",
"version": "1.0.0",
"description": "Your Complete Digital Suite in the sidebar",
"author": "Built Your Website",
"homepage_url": "https:\/\/builtyourwebsite.com\/",
"icons": {
"128": "icon.png"
},
"permissions": [
"sidePanel",
"declarativeNetRequest"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "sidepanel.html"
}
}