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.
Co to jest A/B Finder?
A/B Finder to rozszerzenie Chrome opracowane przez Andrew Falchook, a jego główną funkcją jest „An extension that lets you view YouTube thumbnails being A/B tested or learn if a video is not A/B testing thumbnails.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia A/B Finder
Pobierz pliki rozszerzeń A/B Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
An extension that lets you view YouTube thumbnails being A/B tested or learn if a video is not A/B testing thumbnails.
Podstawowe informacje o rozszerzeniu
Nazwa | A/B Finder |
ID | jlinkblebjgojihgfojgdhklkebigdmj |
Oficjalny URL | https://chromewebstore.google.com/detail/ab-finder/jlinkblebjgojihgfojgdhklkebigdmj |
Opis | An extension that lets you view YouTube thumbnails being A/B tested or learn if a video is not A/B testing thumbnails. |
Rozmiar pliku | 14.05 KB |
Liczba instalacji | 511 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-10-27 |
Data Publikacji | 2023-10-09 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Andrew Falchook |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |