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": "__MSG_ext_name__",
"description": "__MSG_ext_description__",
"short_name": "Repeater",
"version": "1.2.7",
"default_locale": "en",
"homepage_url": "https:\/\/sectionrepeat.com",
"action": {
"default_title": "__MSG_ext_name__",
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*",
"*:\/\/*.youtube-nocookie.com\/*"
],
"js": [
"constants.js",
"content-utils.js",
"content-ui.js",
"content-core.js",
"content-main.js"
],
"css": [
"style.css"
],
"run_at": "document_end"
}
],
"host_permissions": [
"*:\/\/*.youtube.com\/*",
"*:\/\/*.youtube-nocookie.com\/*"
],
"permissions": [
"storage",
"alarms"
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png",
"256": "icons\/icon256.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; style-src 'self'; object-src 'none';"
},
"incognito": "split"
}