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": "Multi-Segment Looper for YouTube",
"version": "1.0.4",
"description": "Loop multiple segments of any youtube video and enjoy in loop!!!",
"icons": {
"16": "icons\/icon16.png",
"24": "icons\/icon24.png",
"128": "icons\/icon128.png"
},
"host_permissions": [
"https:\/\/www.youtube.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"contentScript.js"
]
}
],
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"24": "icons\/icon24.png",
"128": "icons\/icon128.png"
}
}
}