WebPage video finder

Search for video elements on web page, and lets you play them in external player.

ما هو WebPage video finder؟

WebPage video finder هو إضافة Chrome تم تطويرها بواسطة QTeam، والميزة الرئيسية لها هي "Search for video elements on web page, and lets you play them in external player.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة WebPage video finder

قم بتنزيل ملفات الامتداد WebPage video finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Search for video elements on web page, and lets you play them in external player.

Please install the player app in order to use this extension:
https://chrome.google.com/webstore/detail/chrome-video-player/nlfohceaegoefgjilnbmiahoodgnjdfe

IMPORTANT:"Read and change all your data on the websites you visit" permission is required to find video on page and inject "Open in player" button.

Note: Sometimes is required to reload the page (F5).
-1.4.3 Fix wrong "play button" appearance
-1.4.2 Improves perfomance                    

معلومات أساسية عن التمديد

الاسم WebPage video finder WebPage video finder
ID egojpdlkpjgmbjmgppeknbpjnjibjiab
عنوان URL الرسمي https://chrome.google.com/webstore/detail/webpage-video-finder/egojpdlkpjgmbjmgppeknbpjnjibjiab
الوصف Search for video elements on web page, and lets you play them in external player.
حجم الملف 27.63 KB
عدد التثبيتات 908
النسخة الحالية 1.4.4
آخر تحديث 2016-02-04
تاريخ النشر 2016-02-04
تقييم 2.00/5 مجموع تقييمات 8
المطور QTeam
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebPage video finder",
    "version": "1.4.4",
    "manifest_version": 2,
    "description": "Search for video elements on web page, and lets you play them in external player.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/background.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ]
    }
}