A/B Finder
An extension that lets you view YouTube thumbnails being A/B tested or learn if a video is not A/B testing thumbnails.
What is A/B Finder?
A/B Finder is a Chrome extension developed by Andrew Falchook, and its main feature is "An extension that lets you view YouTube thumbnails being A/B tested or learn if a video is not A/B testing thumbnails.".
Extension Screenshots
Download A/B Finder Extension CRX File
Download A/B Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An extension that lets you view YouTube thumbnails being A/B tested or learn if a video is not A/B testing thumbnails.
Extension Basic Information
Name | A/B Finder |
ID | jlinkblebjgojihgfojgdhklkebigdmj |
Official URL | https://chromewebstore.google.com/detail/ab-finder/jlinkblebjgojihgfojgdhklkebigdmj |
Description | An extension that lets you view YouTube thumbnails being A/B tested or learn if a video is not A/B testing thumbnails. |
File Size | 14.05 KB |
Installation Count | 511 |
Current Version | 1.0 |
Last Updated | 2023-10-27 |
Publish Date | 2023-10-09 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Andrew Falchook |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "A\/B Finder", "version": "1.0", "permissions": [ "activeTab" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |