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": "Copy True Link",
"version": "1.0.1",
"description": "Copies True Link as shown at the status bar",
"icons": {
"48": "icons\/TrueCopy.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"background": {
"service_worker": "service_worker.js"
},
"permissions": [
"contextMenus",
"clipboardWrite"
]
}