Franher.TV

Reproduce videos online alojados en diferentes servidores, a traves de Franher.TV

Franher.TV란 무엇입니까?

Franher.TV은(는) http://www.franher.tv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reproduce videos online alojados en diferentes servidores, a traves de Franher.TV"입니다.

Franher.TV 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Reproduce videos online alojados en diferentes servidores, a traves de Franher.TV                    

확장 프로그램 기본 정보

이름 Franher.TV Franher.TV
ID phefkildciodkjjnjhhiglcmodkfchei
공식 URL https://chrome.google.com/webstore/detail/franhertv/phefkildciodkjjnjhhiglcmodkfchei
설명 Reproduce videos online alojados en diferentes servidores, a traves de Franher.TV
파일 크기 24.1 KB
설치 횟수 21
현재 버전 2.1
최근 업데이트 2012-10-09
출시 날짜 2012-10-09
개발자 http://www.franher.tv
결제 유형 free
지원되는 언어 es-419
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Franher.TV",
    "version": "2.1",
    "description": "Reproduce videos online alojados en diferentes servidores, a traves de Franher.TV",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.ovfile.com\/*",
                "http:\/\/*.uploadc.com\/*",
                "http:\/\/*.filebox.com\/*",
                "http:\/\/*.videoweed.com\/*",
                "http:\/\/*.sockshare.com\/*",
                "http:\/\/*.bayfiles.com\/*",
                "http:\/\/*.franher.tv\/*",
                "http:\/\/*.putlocker.com\/*",
                "http:\/\/*.vidbux.com\/*",
                "http:\/\/*.vidxden.com\/*",
                "http:\/\/*.megaupload.com\/*",
                "http:\/\/*.hotfile.com\/*",
                "http:\/\/*.filesonic.com\/*",
                "http:\/\/*.bitshare.com\/*",
                "http:\/\/*.filefactory.com\/*",
                "http:\/\/*.mediafire.com\/*",
                "http:\/\/www.safelink-facebook.com\/movies\/*"
            ],
            "js": [
                "go.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "http:\/\/www.ovfile.com\/",
        "http:\/\/www.uploadc.com\/",
        "http:\/\/www.filebox.com\/",
        "http:\/\/www.videoweed.com\/",
        "http:\/\/www.sockshare.com\/",
        "http:\/\/www.bayfiles.com\/",
        "http:\/\/www.franher.tv\/",
        "http:\/\/www.putlocker.com\/",
        "http:\/\/www.vidbux.com\/",
        "http:\/\/www.vidxden.com\/",
        "http:\/\/www.megaupload.com\/",
        "http:\/\/www.hotfile.com\/",
        "http:\/\/www.filesonic.com\/",
        "http:\/\/www.mediafire.com\/",
        "http:\/\/bitshare.com\/",
        "http:\/\/www.filefactory.com\/",
        "http:\/\/www.safelink-facebook.com\/movies\/"
    ]
}