Hi Ahmed,
Now I see your Chrome extension content on GitHub.
The first point, try to delete unnecessary files. Such as "background.html". Because that file is not used anywhere and Manifest V3 uses a service worker file.
Can you also describe your Chrome extension better in your manifest.json file. I read this:
"name": "Time Progress",
"short_name": "Time Progress",
"description": "Time Progress - This is your life.",
Why do you need the title again in the description field?
To learn about how to write a good description text, see this official Chrome Web Store developer page:
Thanks,