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": "A-B Repeat",
"description": "Loop YouTube videos effortlessly! Set A and B points to replay any section with a clean, simple interface.",
"version": "1.0.0",
"action": {
"default_title": "A-B Repeat",
"default_icon": "icon.png"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"host_permissions": [
"https:\/\/www.youtube.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"contentScript.js"
],
"css": [
"style.css"
]
}
]
}