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",
"name": "ReplayHub YouTube Looper",
"version": "1.0",
"description": "A Chrome extension for looping YouTube videos.",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/watch?v=*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "favicon.png",
"48": "favicon.png",
"128": "favicon.png"
}
}