TV Comigo
TV Comigo
TV Comigo क्या है?
TV Comigo mundoR द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TV Comigo"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TV Comigo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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" } |