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": "Create Video Loops From Guitar Tutorials on YouTube\u2122 - Loopi",
"description": "Create small looped segments of any tutorial videos, so you can watch and practice over and over again.",
"action": {
"default_icon": "\/img\/logo.png"
},
"background": {
"service_worker": "\/js\/background.js"
},
"icons": {
"128": "\/img\/logo.png",
"512": "\/img\/logo.png"
},
"permissions": [
"activeTab",
"storage",
"scripting"
],
"optional_host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"extension_ids": []
}
],
"version": "1.0.24"
}