Link Popper
ID: icejebfpfnhgpdlchhfjpdnddcdamoje
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- maltozeView Profile
- Privacy
- Privacy Policy
- Help
- Help Center
- MX records exist
- Yes
- Domain exists
- Yes
- Is disposable
- No
- Is role-based
- No
- Mailbox exists
- Yes
A browser extension that lets you browse linked pages without leaving the current one.
Link Popper is a convenient browser extension that provides link preview functionality. When a link on the page is clicked, the extension opens a quick view on the current page to quickly preview the link's content. https://github.com/maltoze/link-popper
The declarativeNetRequest rule unconditionally removes Content-Security-Policy and X-Frame-Options from every HTTP response for every resource type and every origin while the extension is installed. Stripping CSP from main-frame and script responses removes the sites' own XSS defences; stripping XFO removes clickjacking protection. The rule is not scoped to sub-frame responses (where it would be sufficient for the iframe preview feature), so the user's security posture is degraded for all browsing, not just link previews.
[ { "id": 1, "priority": 1, "action": { "type": "modifyHeaders", "responseHeaders": [ { "header": "x-frame-options", "operation": "remove" }, { "header": "X-Frame-Options", "operation": "remove" }, { "header": "content-security-policy", "operation": "remove" }, { "header": "Content-Security-Policy", "operation": "remove" }, { "header": "cross-origin-resource-policy", "operation": "set", "value": "cross-origin" }, { "header": "cross-origin-embedder-policy", "operation": "set", "value": "credentialless" } ] }, "condition": { "resourceTypes": [ "csp_report", "font", "image", "main_frame", "media", "object", "other", "ping", "script", "stylesheet", "sub_frame", "webbundle", "websocket", "webtransport", "xmlhttprequest" ] } }]By severity
Versions scanned
None of the 11 scanned versions have more than one unique code-review finding. Counts are unique findings that include each version.
| Extension Version | Code Review Findings |
|---|---|
| No versions with multiple unique findings. | |
Files with findings
1 distinct path — top paths by unique finding count:
- rules.json1
URLs
View the external URLs this extension communicates with to understand its network activity and data interactions.
Gain full insight into all external connections.
Upgrade for full visibility.
Gain full insight into all external connections.
Upgrade for full visibility.
Code Diff
Compare extension code between any two versions.
No comparable text files found between these versions.
Browse and explore files within this extension package
Gain full insight into all external connections.
Upgrade for full visibility.