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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}