Array/List Edit in Backend

I belive all your numbers are saved as array to your option. So get_option($this->plugin_name.'cc') should give you an array $options.

While adding get this array first, insert a new element to the array $options[] = 'new element' ; . Now save this array to your option again with modified $options.