piyushgarg-dev / leetcode-whisper-chrome-extension

101 stars 143 forks source link

[bug] extention not working Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'local') #100

Open AlizaibWEBdev opened 2 hours ago

AlizaibWEBdev commented 2 hours ago

Your manifest.json file is missing the storage permission, which is necessary to use the chrome.storage API. Without this permission, the chrome.storage.local object will be undefined, leading to the error you're encountering.

AlizaibWEBdev commented 2 hours ago

Extensions - Google Chrome 11_17_2024 9_06_11 AM