TV Comigo
TV Comigo
什麼是TV Comigo?
TV Comigo是由mundoR開發的Chrome擴展程式,該擴展的主要功能是“TV Comigo”。
擴展截圖
下載TV Comigo擴展crx文件
下載TV Comigo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | mckfipegoliohpapegkhnapkhfmlhfbm |
官方網址 | https://chrome.google.com/webstore/detail/tv-comigo/mckfipegoliohpapegkhnapkhfmlhfbm |
簡介 | TV Comigo |
檔案大小 | 5.63 MB |
安裝次數 | 8,000 |
目前版本 | 1.9.7 |
更新時間 | 2021-01-12 |
上架時間 | 2020-03-13 |
評分 | 1.39/5 共 38 次評分 |
開發者 | mundoR |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://legal.mundo-r.com/legal/gl/sobre_R/politica_de_privacidade_clientes |
支援的語言 | 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" } |