Error "This extension may have been corrupted"

167 views
Skip to first unread message

DEN4IK KI4NED

unread,
Dec 12, 2017, 11:55:58 AM12/12/17
to Chromium-Extensions-Announce
Hi all. How can I remove this message?


Occurs after adding to the manifest.here is the json code 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".

DEN4IK KI4NED

unread,
Dec 12, 2017, 11:57:43 AM12/12/17
to Chromium-Extensions-Announce
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 файл во вкладку с расширением выйдет сообщение "Это расширение могло быть повреждено".
Reply all
Reply to author
Forward
0 new messages