Lefty

Lefty extension for Instagram and TikTok

O que é Lefty?

Lefty é uma extensão do Chrome desenvolvida por https://lefty.io, e sua principal característica é "Lefty extension for Instagram and TikTok".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Lefty

Baixe arquivos de extensão Lefty 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

                        Lefty is the influencer marketing platform for the lifestyle brands looking for excellence in their influencer marketing operations.

Linked with your Lefty account, this extension allows you to :
- add influencers to your campaigns or your directory when visiting their profile on Instagram and TikTok.
- enrich your influencer database with labels, notes or influencer information such as phone number, email, address, or other social accounts.
- generate in depth audience reports to help you in your influencer casting (Audience quality, interests, locations, gender, age range)                    

Informações Básicas da Extensão

Nome Lefty Lefty
ID eneonfefeggeljhiohlnbkkdpepikpbp
URL Oficial https://chromewebstore.google.com/detail/lefty/eneonfefeggeljhiohlnbkkdpepikpbp
Descrição Lefty extension for Instagram and TikTok
Tamanho do Arquivo 56.64 KB
Contagem de Instalações 659
Versão Atual 1.11
Última Atualização 2024-01-31
Data de Publicação 2020-05-19
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://lefty.io
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://help.lefty.io
URL da Página de Política de Privacidade http://help.lefty.io/en/articles/2070888-lefty-privacy-policy?_ga=2.191533804.737105600.1585815637-1159171987.1568384431
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lefty",
    "version": "1.11",
    "description": "Lefty extension for Instagram and TikTok",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.tiktok.com\/@*"
            ],
            "js": [
                "build_plugin\/web\/plugin.dart.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "build\/web\/plugin.*",
                "public\/iframe.html",
                "public\/pipe.js",
                "public\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/geralt.lefty.io\/*",
            "https:\/\/plugin.lefty.io\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; style-src https:* 'self' 'unsafe-inline'; font-src https:* 'self' data:; frame-src *;"
    }
}