Chrome Plugins
- Chrome.runtime is available on any webpage 
- Since Manifest V3, can't use any remote code including any CDNs or packages that load code remotely 
To get file from built folder,
chrome.runtime.getURL("../myfile.html"); //relative pathCatch errors
chrome.runtime.lastError.messageKeep constant Chrome-ID
Add key value to the manifest.json
- Go to https://chrome.google.com/webstore/developer/dashboard/ and click more Info to get the key 
- Add that key value to your manifest.json 
Last updated
