Prime Video Search
Search Amazon™ Prime Video
What is Prime Video Search?
Prime Video Search is a Chrome extension developed by Prime Video, and its main feature is "Search Amazon™ Prime Video".
Extension Screenshots
Download Prime Video Search Extension CRX File
Download Prime Video Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Amazon™ Prime Video Search. Prime Video Search extension for Google Chrome. Find you next movie or TV series with this helpful tool. Prime Video Search comes with the latest official Prime Video YouTube videos embedded in a popup window so it's easy to find your next title to watch. Or right-mouse click selected text or images to Search on Amazon Prime Video. Prime Video Search is not related in any way to Amazon Prime Video Inc.
Extension Basic Information
Name | Prime Video Search |
ID | dpgggcdkgdbmgjnenmbobebcnkbdfgif |
Official URL | https://chromewebstore.google.com/detail/prime-video-search/dpgggcdkgdbmgjnenmbobebcnkbdfgif |
Description | Search Amazon™ Prime Video |
File Size | 131 KB |
Installation Count | 270 |
Current Version | 1.2 |
Last Updated | 2023-01-12 |
Publish Date | 2021-02-19 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Prime Video |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": { "scripts": [ "background.js", "update-conf.js", "update.js" ] }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_app_desc__", "icons": { "128": "images\/icon.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "manifest_version": 2, "name": "__MSG_app_name__", "permissions": [ "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2", "web_accessible_resources": [ "images\/*.png", "popup.js", "style.css" ] } |