Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "YouTube Playlist Duration Calculator",
"version": "2.0",
"description": "Instantly calculate the total duration of any YouTube playlist with this simple and user-friendly Chrome extension.",
"permissions": [
"activeTab"
],
"host_permissions": [
"https:\/\/www.googleapis.com\/"
],
"action": {
"default_popup": "popup.html",
"default_icon": "logo.png"
},
"icons": {
"128": "logo.png"
}
}