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 |
Eメール | [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" ] } |