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.
什么是A/B Finder?
A/B Finder是由Andrew Falchook开发的Chrome扩展程序,该扩展的主要功能是“An extension that lets you view YouTube thumbnails being A/B tested or learn if a video is not A/B testing thumbnails.”。
扩展截图
下载A/B Finder扩展crx文件
下载A/B Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension that lets you view YouTube thumbnails being A/B tested or learn if a video is not A/B testing thumbnails.
扩展基本信息
名称 | A/B Finder |
ID | jlinkblebjgojihgfojgdhklkebigdmj |
官方URL | https://chromewebstore.google.com/detail/ab-finder/jlinkblebjgojihgfojgdhklkebigdmj |
简介 | An extension that lets you view YouTube thumbnails being A/B tested or learn if a video is not A/B testing thumbnails. |
文件大小 | 14.05 KB |
安装次数 | 511 |
当前版本 | 1.0 |
更新时间 | 2023-10-27 |
上架时间 | 2023-10-09 |
评分 | 5.00/5 共3次评分 |
开发者 | Andrew Falchook |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |