Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Copy Link on Hover",
"manifest_version": 3,
"version": "1.0.0",
"description": "Copy link address without right-clicking. Just hover the link and hit Ctrl-C \/ Cmd-C!",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"css\/notyf.min.css"
],
"js": [
"js\/notyf.min.js",
"copylinkaddress.js"
]
}
],
"icons": {
"48": "\/icons\/icon48.png",
"128": "\/icons\/icon128.png"
}
}