Lefty

Lefty extension for Instagram and TikTok

什麼是Lefty?

Lefty是由https://lefty.io開發的Chrome擴展程式,該擴展的主要功能是“Lefty extension for Instagram and TikTok”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Lefty擴展crx文件

下載Lefty擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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)                    

擴展基本資訊

名稱 Lefty Lefty
ID eneonfefeggeljhiohlnbkkdpepikpbp
官方網址 https://chromewebstore.google.com/detail/lefty/eneonfefeggeljhiohlnbkkdpepikpbp
簡介 Lefty extension for Instagram and TikTok
檔案大小 56.64 KB
安裝次數 659
目前版本 1.11
更新時間 2024-01-31
上架時間 2020-05-19
評分 3.00/5 共 2 次評分
開發者 https://lefty.io
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://help.lefty.io
隱私政策頁面URL http://help.lefty.io/en/articles/2070888-lefty-privacy-policy?_ga=2.191533804.737105600.1585815637-1159171987.1568384431
支援的語言 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 *;"
    }
}