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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
            "*"
        ]
    }
}