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 Some Text from Link",
"version": "2.2.0",
"description": "\"Don't drag the link. Let me copy.\"",
"icons": {
"16": "icons\/copyLinkText16.png",
"48": "icons\/copyLinkText48.png",
"128": "icons\/copyLinkText128.png"
},
"permissions": [
"storage",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"js": [
"assets\/contentScript.ts-loader-b614cbb4.js"
],
"matches": [
"<all_urls>"
],
"all_frames": true,
"css": [
"assets\/contentScript-c0989ec4.css"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/contentScript.ts-fa193108.js"
],
"use_dynamic_url": false
}
]
}