You choose the text
Use the context menu or side panel on the active tab. No background page scraping.
A Manifest V3 side panel sends only text you explicitly select. The extension does not inject a content script into every page and does not persist API keys in local storage.
Use the context menu or side panel on the active tab. No background page scraping.
Selected content and any temporary credential are held only in extension session storage.
Coverage, abstention, evidence destinations and limitations remain visible in the panel.
The rebuilt extension is packaged from the canonical private repository. Store publication is a separate review and release step; until that package is reviewed and signed, load the release folder through Chrome’s extension developer mode only on a trusted machine.
contextMenus: creates the explicit “Verify with Mephistopheles” selection action.sidePanel: displays the workbench without modifying the page.activeTab: permits a one-time, user-triggered read of the selected text.storage: holds short-lived state in chrome.storage.session.Chrome permissions and page restrictions can prevent selection access. The extension reports that boundary instead of broadening host permissions silently.