Prime Video Search

Search Amazon™ Prime Video

Prime Video Searchคืออะไร?

Prime Video Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Prime Video และคุณลักษณะหลักของมันคือ "Search Amazon™ Prime Video"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prime Video Search

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}