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_ext_name__",
"description": "__MSG_ext_desc__",
"version": "2.3.13",
"manifest_version": 3,
"default_locale": "en",
"author": "[email protected]",
"background": {
"service_worker": "471.2faec9f8622ae433e135.1755175372016.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/clipboardhistory.pidevex.com\/*",
"https:\/\/www.clipboardhistory.pidevex.com\/*",
"http:\/\/localhost:4001\/*"
],
"js": [
"974.2faec9f8622ae433e135.1755175372016.js"
]
}
],
"permissions": [
"storage",
"scripting",
"sidePanel",
"clipboardRead",
"clipboardWrite",
"contextMenus",
"offscreen",
"alarms"
],
"host_permissions": [
"*:\/\/*\/*",
"<all_urls>"
],
"action": {
"default_title": "Click to Open",
"default_icon": {
"16": "48_off.png",
"24": "48.png",
"32": "48.png",
"48": "48.png",
"128": "128.png"
}
},
"side_panel": {
"default_path": "side-panel\/index.html"
},
"icons": {
"16": "48.png",
"24": "48.png",
"32": "48.png",
"48": "48.png",
"128": "128.png"
},
"web_accessible_resources": [
{
"resources": [
"sounds\/*.mp3"
],
"matches": [
"<all_urls>"
]
}
],
"commands": {
"a__toggle_monitoring": {
"suggested_key": {
"default": "Ctrl+Shift+M"
},
"description": "__MSG_toggle_monitoring__"
},
"b__paste_1": {
"suggested_key": {
"default": "Ctrl+Shift+1"
},
"description": "__MSG_paste_1__"
},
"b__paste_2": {
"suggested_key": {
"default": "Ctrl+Shift+2"
},
"description": "__MSG_paste_2__"
},
"b__paste_3": {
"description": "__MSG_paste_3__"
},
"c__paste_fav_1": {
"description": "__MSG_paste_fav_1__"
},
"c__paste_fav_2": {
"description": "__MSG_paste_fav_2__"
},
"c__paste_fav_3": {
"description": "__MSG_paste_fav_3__"
},
"d__add_selected_text": {
"suggested_key": {
"default": "Ctrl+Shift+C"
},
"description": "__MSG_add_selected_text__"
},
"d__add_to_favorites": {
"description": "__MSG_add_to_favorites__"
},
"e__copy_1": {
"description": "__MSG_copy_1__"
},
"e__copy_2": {
"description": "__MSG_copy_2__"
},
"e__copy_3": {
"description": "__MSG_copy_3__"
}
}
}