TubeSplit A/B Testing for YouTube Thumbnails

Better A/B Testing for YouTube Thumbnails!

TubeSplit A/B Testing for YouTube Thumbnailsคืออะไร?

TubeSplit A/B Testing for YouTube Thumbnails เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tubesplit.com และคุณลักษณะหลักของมันคือ "Better A/B Testing for YouTube Thumbnails!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TubeSplit A/B Testing for YouTube Thumbnails

ดาวน์โหลดไฟล์ส่วนขยาย TubeSplit A/B Testing for YouTube Thumbnails ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TubeSplit A/B Testing for YouTube Thumbnails TubeSplit A/B Testing for YouTube Thumbnails
ID bchflhcinkaboeimpkcdmkjkldanljhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tubesplit-ab-testing-for/bchflhcinkaboeimpkcdmkjkldanljhh
คำอธิบาย Better A/B Testing for YouTube Thumbnails!
ขนาดไฟล์ 500 KB
จำนวนการติดตั้ง 225
เวอร์ชันปัจจุบัน 1.0.11
อัปเดตครั้งล่าสุด 2023-08-23
วันที่เผยแพร่ 2022-10-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://tubesplit.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tubesplit.com
URL หน้าช่วยเหลือ https://tubesplit.com/terms-of-service
URL หน้านโยบายความเป็นส่วนตัว https://kragerlabs.com/privacy.html
ภาษาที่รองรับ 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\/*"
    ]
}