Я пытаюсь создать новые расширения, но у меня возникла проблема, когда я включаю JavaScript:
{
"name": "AntiBull",
"version": "1.0",
"description": "Stoping the bull on the media.",
"default_icon": "icon.png",
"content_scripts": [
{
"matches": ["http://*.co.il"],
"js": ["script.js"]
}
],
"permissions": [
"http://*.co.il/"
]
}
У меня такая ошибка:
could not load extension from C:\Users\Admin\Documents\antibull
Invaild value for 'content_scripts[0].matches[0]':Empty path