TubeSplit A/B Testing for YouTube Thumbnails

Better A/B Testing for YouTube Thumbnails!

Co to jest TubeSplit A/B Testing for YouTube Thumbnails?

TubeSplit A/B Testing for YouTube Thumbnails to rozszerzenie Chrome opracowane przez https://tubesplit.com, a jego główną funkcją jest „Better A/B Testing for YouTube Thumbnails!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia TubeSplit A/B Testing for YouTube Thumbnails

Pobierz pliki rozszerzeń TubeSplit A/B Testing for YouTube Thumbnails w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        The TubeSplit Chrome Extension works with your TubeSplit.com account to automatically gather analytics from your YouTube Studio account. Using TubeSplit, you no longer need to manually collect click through rate data on how your YouTube thumbnails are performing, TubeSplit will do it for you!

You must have an active account at TubeSplit.com as well as a YouTube channel with access to YouTube Analytics.

TubeSplit.com is the next generation of split testing software for YouTube thumbnails.                    

Podstawowe informacje o rozszerzeniu

Nazwa TubeSplit A/B Testing for YouTube Thumbnails TubeSplit A/B Testing for YouTube Thumbnails
ID bchflhcinkaboeimpkcdmkjkldanljhh
Oficjalny URL https://chromewebstore.google.com/detail/tubesplit-ab-testing-for/bchflhcinkaboeimpkcdmkjkldanljhh
Opis Better A/B Testing for YouTube Thumbnails!
Rozmiar pliku 500 KB
Liczba instalacji 225
Aktualna Wersja 1.0.11
Ostatnia Aktualizacja 2023-08-23
Data Publikacji 2022-10-05
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://tubesplit.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://tubesplit.com
Adres URL Strony Pomocy https://tubesplit.com/terms-of-service
Adres URL Strony Polityki Prywatności https://kragerlabs.com/privacy.html
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TubeSplit A\/B Testing for YouTube Thumbnails",
    "description": "Better A\/B Testing for YouTube Thumbnails!",
    "version": "1.0.11",
    "short_name": "TubeSplit",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "128": "images\/logo_192.png"
    },
    "action": {
        "default_icon": "images\/logo_192.png",
        "default_title": "TubeSplit Logo"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "scripts\/tubesplit_realtime.js",
                "scripts\/tubesplit_all.js",
                "scripts\/tubesplit.js",
                "scripts\/tubesplit_traffic.js"
            ],
            "matches": [
                "https:\/\/studio.youtube.com\/channel*",
                "https:\/\/studio.youtube.com\/video\/*"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_start",
            "js": [
                "scripts\/check.js"
            ],
            "matches": [
                "*:\/\/tubesplit.com\/*",
                "*:\/\/tubesplit.test\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/injected.js",
                "css\/app.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/tubesplit.com\/*",
            "*:\/\/tubesplit.test\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/studio.youtube.com\/*",
        "*:\/\/tubesplit.com\/*",
        "*:\/\/tubesplit.test\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/channel\/*"
    ]
}