答え1
この拡張機能は、manifest.json
ファイル内で次の権限を宣言します。
["storage","unlimitedStorage","clipboardWrite","http://localhost:8545/","https://*
.infura.io/","activeTab", "webRequest", "*://*.eth/","*://*.test/","notifications" ],
したがって、すべての .eth および .test Web サイトへのアクセスが必要です。TIL .eth は、.com や .org と同様に TLD です。