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",
"name": "iLoop: Youtube Loop Repeat Replay Part Video",
"version": "1.1.0",
"description": "Make auto loop, repeat, replay part of video easier on Youtube!",
"permissions": [],
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"css": [],
"js": [
"\/static\/js\/content.js"
]
}
],
"icons": {
"48": "images\/icons8-replay-48.png",
"128": "images\/icons8-replay-128.png"
},
"manifest_version": 3,
"background": [],
"web_accessible_resources": [],
"content_security_policy": {
"script-src": "self",
"object-src": "self"
}
}