
BIGLOVE.AI Floating Bar nga BIGLOVE.AI
A floating bar at the bottom of the browser showing current container information with hide/show animation
4 Users4 Users
Tejtëdhëna Zgjerimi
Permissions and dataMësoni më tepër
Required permissions:
- Të kontrollojë rregullime ndërmjetësi shfletuesi
- Të hyjë në skeda të shfletuesit
- Të hyjë në të dhënat tuaja për krejt sajtet
Më tepër të dhëna
- Lidhje shtese
- Version
- 1.8.6
- Madhësi
- 33,17 KB
- Përditësuar së fundi më
- 9 ditë më parë (4 Tet 2025)
- Kategori të Afërta
- Licencë
- Tërë të Drejtat të Rezervuara
- Historik Versionesh
- Shtojeni në koleksion
Shënime hedhjeje në qarkullim për 1.8.6
One-time IP validation on myipaddress.biglove.ai — simplified proxy UX
Summary
The extension no longer runs periodic proxy monitoring or shows a proxyMonitoring toggle. Instead, it performs a single IP validation when a tab loads the IP-check page (https://myipaddress.biglove.ai/). The content script scrapes the IP from
Why
- Remove dependency on another addon and background intervals.
- Reduce background/network activity and surface area.
- Provide a nicer default visual (NO_CONFIG) and persistent status per container.
Key user-visible changes
- One-time check on
- Default startup status:
- Floating bar hidden for non-container (Default) tabs; shown only for real container tabs.
- Last validated status is persisted per-container and shown on other pages (so status does not flip-flop).
- A new "Check Proxy" globe button (🌐) in the floating bar opens
- Statuses available:
Summary
The extension no longer runs periodic proxy monitoring or shows a proxyMonitoring toggle. Instead, it performs a single IP validation when a tab loads the IP-check page (https://myipaddress.biglove.ai/). The content script scrapes the IP from
<span id="MyIpAddress">
, the background compares it once to proxy IPs stored in Airtable, and the result is shown in the floating bar.Why
- Remove dependency on another addon and background intervals.
- Reduce background/network activity and surface area.
- Provide a nicer default visual (NO_CONFIG) and persistent status per container.
Key user-visible changes
- One-time check on
https://myipaddress.biglove.ai/
only (no periodic intervals).- Default startup status:
NO_CONFIG
(yellow loading dot).- Floating bar hidden for non-container (Default) tabs; shown only for real container tabs.
- Last validated status is persisted per-container and shown on other pages (so status does not flip-flop).
- A new "Check Proxy" globe button (🌐) in the floating bar opens
https://myipaddress.biglove.ai/
in the current tab.- Statuses available:
CONNECTED
, MISMATCH
, NO_PROXY
, NO_CONFIG
, ERROR
.