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_name__",
"description": "__MSG_desc__",
"default_locale": "en",
"version": "4.3.4",
"manifest_version": 3,
"icons": {
"32": "assets\/32.png",
"64": "assets\/64.png",
"128": "assets\/128.png"
},
"permissions": [
"storage",
"activeTab",
"tabCapture",
"unlimitedStorage",
"desktopCapture",
"scripting",
"offscreen",
"debugger"
],
"host_permissions": [
"*:\/\/*\/*"
],
"action": {
"default_title": "__MSG_title__",
"default_popup": "index.html"
},
"background": {
"service_worker": ".\/js\/background.js"
},
"content_scripts": [
{
"js": [
".\/js\/content-script.js",
".\/js\/webcam.js"
],
"matches": [
"<all_urls>"
]
},
{
"matches": [
"*:\/\/scrnli.com\/webm-to-mp4-converter*"
],
"js": [
".\/js\/content-upload.js"
]
},
{
"js": [
".\/js\/gpt-screenshot.js"
],
"matches": [
"*:\/\/chat.openai.com\/*"
]
},
{
"js": [
".\/js\/video-recorder-content.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
}
],
"options_page": ".\/settings.html",
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"commands": {
"screenshot-visible-tab": {
"description": "Visible page"
},
"screenshot-selected-area": {
"description": "Selected area"
},
"screenshot-browser-window": {
"description": "Browser window"
},
"screenshot-entire-page": {
"description": "Entire Page"
},
"add-image": {
"description": "Add Image"
},
"download-entire-page": {
"description": "Download Entire Page"
}
}
}