Ninja
Hi
There is no such extension as it is custom field element and work to add with custom classes.
You can apply the suggestion i shared.
For the open link in new tab
open file "/html/com_content/article/model-centered.php" in template "ja_aiga".
find
<a href="<?php echo $value->social_link; ?>" title="">
<span class="fa fa-<?php echo $value->social_font; ?>"></span>
</a>
replace it with
<a href="<?php echo $value->social_link; ?>" title="" target="_blank">
<span class="fa fa-<?php echo $value->social_font; ?>"></span>
</a>
Do the same for other layout if you are using another model layout.