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",
"name": "__MSG_extName__",
"manifest_version": 3,
"version": "1.8",
"default_locale": "en",
"description": "__MSG_extDescription__",
"permissions": [
"identity",
"identity.email",
"storage",
"contextMenus",
"scripting",
"activeTab"
],
"host_permissions": [],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"run_at": "document_idle",
"js": [
"ali_oss.js"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/16px.png",
"48": "\/images\/48px.png",
"128": "\/images\/128px.png"
}
},
"icons": {
"16": "\/images\/16px.png",
"48": "\/images\/48px.png",
"128": "\/images\/128px.png"
}
}