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, "version": "4.4.23", "default_locale": "en", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "background": { "service_worker": "javascripts\/bundles\/serviceWorker.bundle.js" }, "options_page": "option-react.html", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "host_permissions": [ "*:\/\/*.awesomescreenshot.com\/", "<all_urls>" ], "permissions": [ "tabs", "power", "storage", "unlimitedStorage", "desktopCapture", "tabCapture", "cookies", "activeTab", "contextMenus", "scripting", "offscreen", "alarms" ], "oauth2": { "client_id": "934696770472-c4k28j2t25p9fpntqsiblj12v8k8cob3.apps.googleusercontent.com", "scopes": [ "profile", "email", "https:\/\/www.googleapis.com\/auth\/youtube", "https:\/\/www.googleapis.com\/auth\/drive" ] }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+E", "mac": "MacCtrl+Command+E" } }, "start-or-stop-recording": { "suggested_key": { "default": "Alt+Shift+S", "mac": "MacCtrl+Command+S" }, "description": "__MSG_shortcuts_start_stop__" }, "pause-or-resume-recording": { "suggested_key": { "default": "Alt+Shift+R", "mac": "MacCtrl+Command+R" }, "description": "__MSG_shortcuts_pause_resume__" } }, "optional_permissions": [ "downloads" ], "action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval' ; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/connect.facebook.net https:\/\/platform.twitter.com http:\/\/localhost:8097\/; object-src 'self'; connect-src ws:\/\/localhost:8097" }, "web_accessible_resources": [ { "resources": [ "images\/success.gif", "images\/clear.png", "images\/icon19.png", "images\/button_icon_cancel.png", "images\/[email protected]", "images\/button_icon_cancel_hover.png", "images\/[email protected]", "images\/button_icon_capture.png", "images\/[email protected]", "images\/button_icon_capture_hover.png", "images\/[email protected]", "images\/[email protected]", "images\/button_icon_copy.png", "images\/video_toolbar\/video_toolbar_ic.png", "images\/video_toolbar\/[email protected]", "images\/video_toolbar\/brush_mouse_pen_ic.png", "images\/video_toolbar\/[email protected]", "images\/video_toolbar\/brush_mouse_box_ic.png", "images\/video_toolbar\/[email protected]", "images\/video_toolbar\/brush_mouse_arrow_ic.png", "images\/video_toolbar\/[email protected]", "images\/video_toolbar\/toolbar_clear_mouse_ic.png", "images\/video_toolbar\/[email protected]", "images\/video_toolbar\/toolbar_clear_mouse_hover_ic.png", "images\/video_toolbar\/[email protected]", "images\/annotate_icons.png", "images\/[email protected]", "images\/svg\/windows-cursor.svg", "images\/svg\/cursor.svg", "images\/svg\/cursor-hand.svg", "images\/svg\/cursor-hand-black.svg", "images\/svg\/cursor-click.svg", "images\/svg\/smile.svg", "images\/svg\/cry.svg", "images\/svg\/tick-off.svg", "images\/svg\/cross.svg", "images\/svg\/forbidden.svg", "images\/svg\/warning.svg", "images\/svg\/q-mark.svg", "images\/svg\/like.svg", "images\/svg\/heart.svg", "images\/svg\/star.svg", "images\/svg\/chicken.svg", "images\/svg\/dog.svg", "images\/svg\/rain.svg", "images\/svg\/sun.svg", "images\/svg\/cloud.svg", "images\/svg\/thunder.svg", "images\/svg\/fish.svg", "images\/svg\/fish2.svg", "images\/svg\/tree1.svg", "images\/svg\/tree2.svg", "images\/svg\/building1.svg", "images\/svg\/building2.svg", "images\/svg\/package.svg", "images\/svg\/tent.svg", "images\/svg\/umbrella.svg", "images\/svg\/car.svg", "images\/svg\/basketball.svg", "images\/svg\/beer.svg", "camera.html", "camera-embed.html", "annotate-react.html", "images\/svgIcons\/ic_drag.svg", "images\/svgIcons\/ic_mute.svg", "images\/svgIcons\/ic_mic.svg", "images\/svgIcons\/ic_cam.svg", "images\/svgIcons\/ic_stop.svg", "images\/svgIcons\/ic_play.svg", "images\/svgIcons\/ic_pause.svg", "images\/svgIcons\/ic_no_cam.svg", "images\/svgIcons\/ic_show_ann.svg", "images\/svgIcons\/ic_trash.svg", "images\/svgIcons\/ic_hide_ann.svg", "images\/svgIcons\/ic_arrow_left.svg", "images\/svgIcons\/ic_close.svg", "\/images\/svgIcons\/ic_crown.svg", "images\/svgIcons\/ic_sider_logo.svg", "images\/svgIcons\/five_star.svg", "images\/svgIcons\/ic_cup.svg", "images\/svgIcons\/ic_store.svg", "images\/svgIcons\/chrome.svg", "images\/svgIcons\/ic_height.svg", "images\/svgIcons\/ic_width.svg", "\/images\/ic_sider.png", "\/images\/[email protected]" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "https:\/\/*.awesomescreenshot.cn\/*", "https:\/\/*.awesomescreenshot.com\/*" ] }, "content_scripts": [ { "js": [ "javascripts\/libs\/jquery-3.4.0.min.js", "javascripts\/libs\/dragresize.js", "javascripts\/jquery.draggable.js", "javascripts\/libs\/jquery-ui-custom.min.js", "javascripts\/bundles\/content.bundle.js" ], "css": [ "stylesheets\/selected.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_globs": [ "https:\/\/awesomescreenshot.com\/save-local-flash\/SaveToDisk.html" ], "all_frames": true, "run_at": "document_end" }, { "js": [ "javascripts\/bundles\/content_record.bundle.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_globs": [ "https:\/\/awesomescreenshot.com\/save-local-flash\/SaveToDisk.html" ], "run_at": "document_end" }, { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "javascripts\/bundles\/gmailContent.bundle.js" ], "run_at": "document_end" } ], "offline_enabled": true }