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.
Cos'è A/B Finder?
A/B Finder è un'estensione di Chrome sviluppata da Andrew Falchook, e la sua funzione principale è "An extension that lets you view YouTube thumbnails being A/B tested or learn if a video is not A/B testing thumbnails.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione A/B Finder
Scarica i file di estensione A/B Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
An extension that lets you view YouTube thumbnails being A/B tested or learn if a video is not A/B testing thumbnails. Informazioni di Base sull'Estensione
| Nome | |
| ID | jlinkblebjgojihgfojgdhklkebigdmj |
| URL Ufficiale | https://chromewebstore.google.com/detail/ab-finder/jlinkblebjgojihgfojgdhklkebigdmj |
| Descrizione | An extension that lets you view YouTube thumbnails being A/B tested or learn if a video is not A/B testing thumbnails. |
| Dimensione del File | 14.05 KB |
| Conteggio Installazioni | 511 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2023-10-27 |
| Data di Pubblicazione | 2023-10-09 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | Andrew Falchook |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |