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 https://tubesplit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Better A/B Testing for YouTube Thumbnails!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TubeSplit A/B Testing for YouTube Thumbnails एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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": [ " |