Prime Video Search
Search Amazon™ Prime Video
什么是Prime Video Search?
Prime Video Search是由Prime Video开发的Chrome扩展程序,该扩展的主要功能是“Search Amazon™ Prime Video”。
扩展截图
下载Prime Video Search扩展crx文件
下载Prime Video Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Prime Video Search |
ID | dpgggcdkgdbmgjnenmbobebcnkbdfgif |
官方URL | https://chromewebstore.google.com/detail/prime-video-search/dpgggcdkgdbmgjnenmbobebcnkbdfgif |
简介 | Search Amazon™ Prime Video |
文件大小 | 131 KB |
安装次数 | 270 |
当前版本 | 1.2 |
更新时间 | 2023-01-12 |
上架时间 | 2021-02-19 |
评分 | 3.00/5 共2次评分 |
开发者 | Prime Video |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |