WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
BerryPeek - Link Preview & Quick Peek

BerryPeek - Link Preview & Quick Peek

View on Chrome Web Store
View BerryPeek - Link Preview & Quick Peek Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Preview links in an elegant overlay with Shift+Click, inspired by Arc browser.
Type
Extension
Users
101 users
7
Kain
View author page of Kain
Published
Published on October 18, 2025
Version 1.1.0
Manifest version
3
Updated
Updated on October 23, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View BerryPeek - Link Preview & Quick Peek Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BerryPeek - Link Preview & Quick Peek",
    "version": "1.1.0",
    "description": "Preview links in an elegant overlay with Shift+Click, inspired by Arc browser.",
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "static\/icon.png",
        "32": "static\/icon.png",
        "48": "static\/icon.png",
        "128": "static\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "lib\/interact.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "remove_frame_headers",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.css",
                "iframe.html",
                "iframe.css",
                "iframe.js",
                "lib\/interact.min.js",
                "static\/refresh.svg",
                "static\/link.svg",
                "static\/check.svg",
                "static\/open.svg",
                "static\/close.svg",
                "static\/theme.svg",
                "static\/theme-auto.svg",
                "static\/theme-light.svg",
                "static\/theme-dark.svg"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top