A likelihood is a feature count inside a class divided by that class count. The naive assumption is stated here: features are treated as independent after the class is fixed.
highlighted = computed this step
Likelihoods from feature counts
For F1 in class A, the count is 3 out of 4, so the likelihood is 3/4.
P(F1=1∣A)=3/4
The modeling assumption
Naive Bayes assumes features are conditionally independent once the class is fixed. That is a modeling choice that lets the feature ratios multiply.
features independent given the class
Summary
The displayed likelihood ratios are 3/4, 1/2, 1/2, and 1/2.