Loola TV

Go Live with Loola TV

O que é Loola TV?

Loola TV é uma extensão do Chrome desenvolvida por https://loola.tv, e sua principal característica é "Go Live with Loola TV".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Loola TV

Baixe arquivos de extensão Loola TV no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Get The Most Out of Your Live Content!


Finally, you can go live on multiple social networks all at once and in one place. (e.g. Instagram, Youtube, Twitter, Twitch, TikTok, etc.)
Loola is a new, innovative way of live streaming: A home for creators, influencers and storytellers.


** Features & Capabilities: **
► OMG, you’re everywhere! 
Go live on multiple social networks at once, multiply your views and control all of the comments.
► Easy as pie. 
No technical hassle, no downloads, no coding. Just login and start streaming.
► Grow with each stream.
Review your analytics to see how your live streams are performing.
► Make it your own.
Add your branding, add super cool effects and make your streams outstanding.
► RTMP support for professional quality streaming.
► All your live videos are saved and can be downloaded.

** Go Live with Loola TV, Use our Chrome Extension for a smooth authentication. **
Our Chrome Extension is required in order to link your channels on certain social apps. Use it for seamless authentication directly from your browser.


Support:
https://support.loola.tv/

Terms:
https://loola.tv/terms

Privacy:
https://loola.tv/privacy                    

Informações Básicas da Extensão

Nome Loola TV Loola TV
ID cegddajdfabllncgnkadccjdkffbnolk
URL Oficial https://chromewebstore.google.com/detail/loola-tv/cegddajdfabllncgnkadccjdkffbnolk
Descrição Go Live with Loola TV
Tamanho do Arquivo 976 KB
Contagem de Instalações 69,112
Versão Atual 1.5.3
Última Atualização 2021-03-18
Data de Publicação 2019-10-10
Classificação 2.85/5 Total de 20 Avaliações
Desenvolvedor https://loola.tv
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.loola.tv
URL da Página de Ajuda https://support.loola.tv
URL da Página de Política de Privacidade https://loola.tv/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Loola TV",
    "short_name": "Loola TV",
    "description": "Go Live with Loola TV",
    "version": "1.5.3",
    "author": "Loola Communication LTD.",
    "icons": {
        "128": "loola-logo-triangle.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.twitch.com\/dialog\/oauth\/skip\/submit\/",
                "https:\/\/www.twitter.com\/dialog\/oauth\/skip\/submit\/",
                "https:\/\/api2.musical.ly\/",
                "https:\/\/api-dsa.17app.co\/",
                "https:\/\/live.ksmobile.net\/",
                "https:\/\/a.upliveapps.com\/",
                "https:\/\/www.youtube.com\/dialog\/oauth\/skip\/submit\/",
                "https:\/\/periscope.tv\/dialog\/oauth\/skip\/submit\/",
                "https:\/\/m.facebook.com\/dialog\/oauth\/skip\/submit\/",
                "https:\/\/www.instagram.com\/",
                "https:\/\/www.instagram.com\/accounts\/login\/"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "cookies",
        "https:\/\/www.instagram.com\/",
        "https:\/\/instagram.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.loola.tv\/*",
            "*:\/\/m.facebook.com\/*",
            "*:\/\/*.instagram.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "loola-logo-triangle.png",
        "default_title": "Loola Browser Extension"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}