TubeSplit A/B Testing for YouTube Thumbnails
Better A/B Testing for YouTube Thumbnails!
Hvad er TubeSplit A/B Testing for YouTube Thumbnails?
TubeSplit A/B Testing for YouTube Thumbnails er en Chrome-udvidelse udviklet af https://tubesplit.com, og dens hovedfunktion er "Better A/B Testing for YouTube Thumbnails!".
Udvidelsesskærmbilleder
Download TubeSplit A/B Testing for YouTube Thumbnails-udvidelses-CRX-fil
Download TubeSplit A/B Testing for YouTube Thumbnails-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | TubeSplit A/B Testing for YouTube Thumbnails |
ID | bchflhcinkaboeimpkcdmkjkldanljhh |
Officiel URL | https://chromewebstore.google.com/detail/tubesplit-ab-testing-for/bchflhcinkaboeimpkcdmkjkldanljhh |
Beskrivelse | Better A/B Testing for YouTube Thumbnails! |
Filstørrelse | 500 KB |
Antal Installationer | 225 |
Nuværende Version | 1.0.11 |
Senest Opdateret | 2023-08-23 |
Udgivelsesdato | 2022-10-05 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://tubesplit.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://tubesplit.com |
Hjælpeside-URL | https://tubesplit.com/terms-of-service |
URL til Fortrolighedspolitik Side | https://kragerlabs.com/privacy.html |
Understøttede Sprog | 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": [ " |