I am developing a Google Chrome extension. Is there a way to access thumbnails of top sites I get the following error.
Not allowed to load local resource: chrome-search://thumb/https://www.google.lk/
(But if I open this url directly from the browser, I see the image) Are there any permissions that I have to mention in the manifest file, or we canβt access them?
Update
I tried with permission <all_urls>. But still I canβt access them.
source
share