TubeSplit A/B Testing for YouTube Thumbnails

Better A/B Testing for YouTube Thumbnails!

Wat is TubeSplit A/B Testing for YouTube Thumbnails?

TubeSplit A/B Testing for YouTube Thumbnails is een Chrome-extensie ontwikkeld door https://tubesplit.com, en de belangrijkste functie is "Better A/B Testing for YouTube Thumbnails!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie TubeSplit A/B Testing for YouTube Thumbnails

Download TubeSplit A/B Testing for YouTube Thumbnails-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam TubeSplit A/B Testing for YouTube Thumbnails TubeSplit A/B Testing for YouTube Thumbnails
ID bchflhcinkaboeimpkcdmkjkldanljhh
Officiële URL https://chromewebstore.google.com/detail/tubesplit-ab-testing-for/bchflhcinkaboeimpkcdmkjkldanljhh
Beschrijving Better A/B Testing for YouTube Thumbnails!
Bestandsgrootte 500 KB
Aantal Installaties 225
Huidige Versie 1.0.11
Laatst Bijgewerkt 2023-08-23
Publicatiedatum 2022-10-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://tubesplit.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tubesplit.com
Help Pagina-URL https://tubesplit.com/terms-of-service
URL van de Privacybeleid Pagina https://kragerlabs.com/privacy.html
Ondersteunde Talen 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\/*"
    ]
}