chunibyocola/sc-translator-crx

[Firefox] Update extension in disabled state will make options page goes blank

Opened this issue · 2 comments

You can fix the error temporarily by opening DevTools(F12 in options page), switch to "Console" tab and input:

chrome.storage.local.set({ 'autoTranslateWebpageHostList': [], 'customWebpageTranslateSourceList': [] }); 

This error might be triggered because the onInstalled event not being triggered. Chrome and Edge are not tested.

Update: Chrome not triggered

It is a bug of Firefox, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1700797

Try to think about a roundabout way to fix this bug.