ilasiawo/Skribbl-Guessr — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Chrome extension for skribbl.io that acts like an AI guessing helper.

I want it to sit on the game page as a small floating button. When I click “GUESS” or press Alt G, it should look at the current drawing, read the visible word hint from the page like blank letters and known letters, and ask Gemini Vision for the best guess. It should avoid getting confused by ads or random page clutter, and the answer should always match the hint pattern.

The extension needs a simple popup where I can paste and save my Gemini API key. On the game screen, show the guessed word clearly with buttons to “TRY” and “WRONG”. TRY should type the guess into the skribbl chat box automatically. WRONG should remember that bad guess and immediately ask for another one without repeating it.

Please make it work as a Manifest V3 Chrome extension with the normal files needed to load it unpacked in Chrome. Look up current docs online if needed.

Want more depth? Deep Reverse