Occurs after adding to the manifest.json is the herecode like this:
"content_scripts": [
{
"matches": [ "*://*/*"],
"js": ["content.js"],
"run_at": "document_start"
}
]
If you load unpacked extension, then it works.
And if you assemble
the extension, and then to apply .crx file into the tab extension out
the message "This extension may have been corrupted".
Всем привет. Как убрать это сообщение?
Возникает после добавление в manifest.json вот такого кода:
"content_scripts": [
{
"matches": [ "*://*/*"],
"js": ["content.js"],
"run_at": "document_start"
}
]
Если загружать распакованное расширение, то всё работает.
А
если собрать расширение, а затем перенести полученный .crx файл во
вкладку с расширением выйдет сообщение "Это расширение могло быть
повреждено".