我可以使用 Firefox 扩展 API 访问存储的书签图标吗?

Can I access the stored favicons for bookmarks using the Firefox extension API?

我正在为 Firefox 57+ 编写一个扩展(使用 WebExtensions API)。是否可以访问给定 URL/bookmark 的本地存储的图标?我在想 file://{%PROFILE%}/favicons/{% URL %}

不,这目前是不可能的。 https://bugzilla.mozilla.org/show_bug.cgi?id=1411120 跟踪此功能请求。

Bug 1315616 - Give extensions access to cached favicon URLs 跟踪此功能请求。