Franher.TV

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

Franher.TV là gì?

Franher.TV là một tiện ích mở rộng Chrome được phát triển bởi http://www.franher.tv, và tính năng chính của nó là "Reproduce videos online alojados en diferentes servidores, a traves de Franher.TV".

Tải xuống tệp CRX của tiện ích mở rộng Franher.TV

Tải xuống các tệp mở rộng Franher.TV dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Franher.TV Franher.TV
ID phefkildciodkjjnjhhiglcmodkfchei
URL Chính Thức https://chrome.google.com/webstore/detail/franhertv/phefkildciodkjjnjhhiglcmodkfchei
Mô tả Reproduce videos online alojados en diferentes servidores, a traves de Franher.TV
Kích Thước Tệp 24.1 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2012-10-09
Ngày Phát Hành 2012-10-09
Nhà Phát Triển http://www.franher.tv
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}