ユーザーがクリックした(ユーザーの)IDで配列を作成しようとしています。機能は次のとおりです。
$('button').click(function(){
var value = $('this').parents('.username').attr('id')
// How to create array in the chrome storage?
// How can I push the value to an array and create a permanent one?
})