Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "YouTube Parts Looper & Bookmarker",
"version": "1.0.9.4",
"description": "Play, loop & bookmark multiple portions of a YouTube video.",
"permissions": [
"bookmarks",
"storage"
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"96": "images\/icon96.png",
"128": "images\/icon128.png"
},
"background": {
"type": "module",
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"js": [
"utils.js",
"popup.js",
"content_ytparts.js"
],
"run_at": "document_start"
}
],
"options_page": "options.html"
}