I am trying to code a Chrome Extension, but I am getting an error of something relating to the URL.
Code:
{
"name": "Axqua's Themes for V3rmillion",
"version": "1.0",
"manifest_version": 2,
"content_scripts": [
{
"matches": ["https://v3rmillion.net]",
"js": ["content.js"]
}
]
}
Error:
Required value 'content_scripts[0].matches' is missing or invalid.
However, when I put <all_urls>
, it works perfectly.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…