GIT REVEAL has been rewritten with a new strategy for checking websites. It requires fewer permissions and supports Chrome's Manifest V3. Instead of intercepting requests with chrome.webRequest
, the new implementation sends a request for the page using fetch
in the popup. This means the extension no longer requires <all_urls>
permission.
See CHANGELOG for more info.