TV Comigo

TV Comigo

TV Comigo là gì?

TV Comigo là một tiện ích mở rộng Chrome được phát triển bởi mundoR, và tính năng chính của nó là "TV Comigo".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng TV Comigo 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

                        TV Comigo
En TV Comigo podrás disfrutar del mejor cine, series de estreno, los documentales más prestigiosos y el deporte más emocionante en tu tablet u ordenador. Donde quieras y cuando quieras para aprovechar al máximo tu TV. 

- TV la carta: Una gran selección de los mejores títulos de tus canales para que puedas elegir los que más te gusten y disfrutarlos cuándo tú quieras.
-TV En Directo: Para ver desde cualquier lugar tus canales favoritos                    

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

Tên TV Comigo TV Comigo
ID mckfipegoliohpapegkhnapkhfmlhfbm
URL Chính Thức https://chrome.google.com/webstore/detail/tv-comigo/mckfipegoliohpapegkhnapkhfmlhfbm
Mô tả TV Comigo
Kích Thước Tệp 5.63 MB
Số Lần Cài Đặt 8,000
Phiên Bản Hiện Tại 1.9.7
Cập Nhật Lần Cuối 2021-01-12
Ngày Phát Hành 2020-03-13
Đánh Giá 1.39/5 Tổng số 38 Đánh Giá
Nhà Phát Triển mundoR
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://legal.mundo-r.com/legal/gl/sobre_R/politica_de_privacidade_clientes
Ngôn Ngữ Được Hỗ Trợ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "nacl_modules": [
        {
            "path": "Player.nmf",
            "mime_type": "application\/vnd.eus.secureplayer.pepper.plugin"
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/ott.mundo-r.com\/*",
                "https:\/\/ott.mundo-r.com\/*",
                "http:\/\/ott.telecable.es\/*",
                "https:\/\/ott.telecable.es\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "minimum_chrome_version": "39.0.2171.71",
    "requirements": {
        "3D": {
            "features": [
                "webgl"
            ]
        }
    },
    "description": "TV Comigo",
    "icons": {
        "128": "Icon_128x128.png",
        "48": "Icon_48x48.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "offline_enabled": true,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "platforms": [
        {
            "nacl_arch": "x86-32",
            "sub_package_path": "_platform_specific\/x86-32\/"
        },
        {
            "nacl_arch": "x86-64",
            "sub_package_path": "_platform_specific\/x86-64\/"
        }
    ],
    "version": "1.9.7",
    "manifest_version": 2,
    "permissions": [
        "power",
        "system.cpu",
        "system.display",
        "http:\/\/ott.mundo-r.com\/*",
        "https:\/\/ott.mundo-r.com\/*",
        "http:\/\/ott.telecable.es\/*",
        "https:\/\/ott.telecable.es\/*"
    ],
    "name": "TV Comigo"
}