TubeSplit A/B Testing for YouTube Thumbnails

Better A/B Testing for YouTube Thumbnails!

Was ist TubeSplit A/B Testing for YouTube Thumbnails?

TubeSplit A/B Testing for YouTube Thumbnails ist eine Chrome-Erweiterung, die von https://tubesplit.com entwickelt wurde, und ihr Hauptmerkmal ist "Better A/B Testing for YouTube Thumbnails!".

Erweiterungsscreenshots

screenshot
screenshot

TubeSplit A/B Testing for YouTube Thumbnails-Erweiterungs-CRX-Datei herunterladen

Laden Sie TubeSplit A/B Testing for YouTube Thumbnails-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TubeSplit A/B Testing for YouTube Thumbnails TubeSplit A/B Testing for YouTube Thumbnails
ID bchflhcinkaboeimpkcdmkjkldanljhh
Offizielle URL https://chromewebstore.google.com/detail/tubesplit-ab-testing-for/bchflhcinkaboeimpkcdmkjkldanljhh
Beschreibung Better A/B Testing for YouTube Thumbnails!
Dateigröße 500 KB
Installationsanzahl 225
Aktuelle Version 1.0.11
Letztes Update 2023-08-23
Veröffentlichungsdatum 2022-10-05
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://tubesplit.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://tubesplit.com
Hilfeseite URL https://tubesplit.com/terms-of-service
URL der Datenschutzrichtlinien-Seite https://kragerlabs.com/privacy.html
Unterstützte Sprachen 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\/*"
    ]
}