Skip to content

Releases: SidneyNemzer/git-reveal

2.0

10 Apr 01:50
Compare
Choose a tag to compare

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.