ScreenGif is a browser extension that captures a region of your screen as an animated GIF and saves it directly to your Downloads folder. It is designed for sharing UI interactions in bug reports, UAT feedback, and team communication.
ScreenGif collects no user data of any kind.
When you start a recording, the browser captures a video stream of the selected tab or screen. This stream is processed entirely within your browser using the canvas API and the bundled gifenc library. The resulting GIF is written directly to your Downloads folder using the browser's built-in download API.
At no point does the screen content leave your device.
No host permissions are requested. The extension cannot access any website's content except when you explicitly start a recording.
ScreenGif uses no third-party services, SDKs, APIs, or analytics platforms. The extension makes zero outbound network requests. This is enforced via a strict Content Security Policy (connect-src: none) in the extension manifest.
ScreenGif is fully open source. You can inspect every line of code at github.com/arjunlohan/screengif.
If this policy changes, the updated version will be published at this URL and the "Last updated" date above will be revised.
Questions? Open an issue at github.com/arjunlohan/screengif/issues.