Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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 } ] }