TubeSplit A/B Testing for YouTube Thumbnails

Better A/B Testing for YouTube Thumbnails!

TubeSplit A/B Testing for YouTube Thumbnails là gì?

TubeSplit A/B Testing for YouTube Thumbnails là một tiện ích mở rộng Chrome được phát triển bởi https://tubesplit.com, và tính năng chính của nó là "Better A/B Testing for YouTube Thumbnails!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TubeSplit A/B Testing for YouTube Thumbnails

Tải xuống các tệp mở rộng TubeSplit A/B Testing for YouTube Thumbnails dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TubeSplit A/B Testing for YouTube Thumbnails TubeSplit A/B Testing for YouTube Thumbnails
ID bchflhcinkaboeimpkcdmkjkldanljhh
URL Chính Thức https://chromewebstore.google.com/detail/tubesplit-ab-testing-for/bchflhcinkaboeimpkcdmkjkldanljhh
Mô tả Better A/B Testing for YouTube Thumbnails!
Kích Thước Tệp 500 KB
Số Lần Cài Đặt 225
Phiên Bản Hiện Tại 1.0.11
Cập Nhật Lần Cuối 2023-08-23
Ngày Phát Hành 2022-10-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://tubesplit.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tubesplit.com
URL Trang Trợ Giúp https://tubesplit.com/terms-of-service
URL Trang Chính Sách Bảo Mật https://kragerlabs.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}