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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Falchook และคุณลักษณะหลักของมันคือ "An extension that lets you view YouTube thumbnails being A/B tested or learn if a video is not A/B testing thumbnails."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย A/B Finder
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |