WebPage video finder

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

WebPage video finder란 무엇입니까?

WebPage video finder은(는) QTeam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search for video elements on web page, and lets you play them in external player."입니다.

확장 프로그램 스크린샷

screenshot

WebPage video finder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
            "*"
        ]
    }
}