This repository has been archived on 2023-08-02. You can view files and clone it, but cannot push or open issues or pull requests.
vk-messages-tooltip/manifest.json

15 lines
219 B
JSON

{
"name": "VK Messages Tooltip",
"version": "1.2.1",
"manifest_version": 3,
"content_scripts": [
{
"js": [
"script.js"
],
"matches": [
"https://vk.com/*"
]
}
]
}