You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.
Opera requires that Youtube works out-of-the-box when an extension is installed.
Certainly due to the fact that now assets are loaded asynchronously, the Youtube preset is not found when it is tentatively applied during the chrome.runtime.onInstalled handler.
Solution is probably to process whatever first-install steps when the allLocalAssetsUpdated message is received.
The text was updated successfully, but these errors were encountered:
Opera requires that Youtube works out-of-the-box when an extension is installed.
Certainly due to the fact that now assets are loaded asynchronously, the Youtube preset is not found when it is tentatively applied during the
chrome.runtime.onInstalled
handler.Solution is probably to process whatever first-install steps when the
allLocalAssetsUpdated
message is received.The text was updated successfully, but these errors were encountered: