
答案1
此擴充功能在其manifest.json
檔案中聲明以下權限:
["storage","unlimitedStorage","clipboardWrite","http://localhost:8545/","https://*
.infura.io/","activeTab", "webRequest", "*://*.eth/","*://*.test/","notifications" ],
因此,它需要訪問所有 .eth 和 .test 網站。 TIL .eth 是一個 TLD,就像 .com 或 .org 一樣。