In Customization.java add the lines:

if (Sampel.isRegistered(uuidList)) {
	extensions.addAll(new Sample(uuidList).getExtensions());
}
