WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Instant Preview

Instant Preview

View on Chrome Web Store
View Instant Preview Chrome Extension on Chrome Web Store
Add to bookmarks
3.9 (164 ratings)
1 new 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.

Adds instant previews to search engine results pages
Type
Extension
Users
3,000 users
1K
Jungle
View author page of Jungle
Published
Published on April 30, 2013
Version 6.1.2
Manifest version
3
Updated
Updated on October 23, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Instant Preview 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,
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqGExvBHq2WN62pqHlRv446NQFr5b+vJfOFxpi\/fn\/QOVdgjRlFlbkoCMn\/lY+tW4zOiY9tig0qs7EJsnXPm71rDK+P70e8gEXG\/D30vWpjjtxvalxUm030f6nkxbzfaz6Yv+m4EPHDejh7n2QBMNbGSQavczIkJ+SBqMJvYeW1wIDAQAB",
    "name": "Instant Preview",
    "description": "Adds instant previews to search engine results pages",
    "version": "6.1.2",
    "version_name": "6.1.2",
    "icons": {
        "16": "src\/assets\/icons\/icon-16.png",
        "32": "src\/assets\/icons\/icon-32.png",
        "48": "src\/assets\/icons\/icon-48.png",
        "128": "src\/assets\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-467cc767.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/search*",
                "https:\/\/duckduckgo.com\/*",
                "https:\/\/www.bing.com\/search*",
                "https:\/\/ya.ru\/search\/*",
                "https:\/\/yandex.ru\/search\/*"
            ],
            "css": [
                "assets\/index-69fef003.css"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "default-rule",
                "enabled": true,
                "path": "default-rule.json"
            }
        ]
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/duckduckgo.com\/*",
                "https:\/\/www.bing.com\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/ya.ru\/*",
                "https:\/\/yandex.ru\/*"
            ],
            "resources": [
                "src\/components\/preview.html",
                "assets\/index.ts-21dc5f83.js"
            ],
            "use_dynamic_url": false
        }
    ]
}
© 2025 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