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": "StorageAce",
"description": "__MSG_sa_ext_description__",
"version": "2.9.10",
"author": "Arjun Sunel",
"offline_enabled": true,
"minimum_chrome_version": "88",
"permissions": [
"tabs",
"scripting",
"cookies",
"downloads",
"storage",
"unlimitedStorage",
"contextMenus"
],
"incognito": "split",
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "src\/js\/service-worker.js"
},
"action": {
"default_icon": "\/src\/icons\/icon.png",
"icons": {
"16": "\/src\/icons\/icon16.png",
"96": "\/src\/icons\/icon.png"
},
"default_title": "StorageAce",
"default_popup": "\/src\/popup\/popup.html"
},
"options_page": "src\/options\/options.html",
"icons": {
"96": "\/src\/icons\/icon.png"
},
"default_locale": "en"
}