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",
"manifest_version": 3,
"author": "Chris Rehfeld [email protected]",
"homepage_url": "http:\/\/rehfeld.us\/browser-extensions\/controls-for-youtube",
"name": "Controls for Youtube",
"short_name": "Ctrls4Utube",
"description": "Quickly seek Youtube video playback forwards and backwards by either 3 or 15 seconds.",
"version": "1.37",
"extNameCode": "yts",
"minimum_chrome_version": "88",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"all_frames": true,
"css": [
"yts-controls.css"
],
"js": [
"ChromeStorageUpdateSynchronizer.js",
"yts-TimePositionMemory.js",
"yts-util.js",
"saved-settings-misc.js",
"yts-controls.js",
"yts-script-injector.js"
]
}
],
"service_worker": "yts-background.js",
"options_page": "options.html",
"web_accessible_resources": [
{
"resources": [
"yts-util.js",
"saved-settings-misc.js",
"icons\/circ-seek.svg",
"icons\/rect-seek.png"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"permissions": [
"storage"
],
"icons": {
"16": "icons\/Actions-go-previous-icon-16.png",
"48": "icons\/Actions-go-previous-icon-48.png",
"128": "icons\/Actions-go-previous-icon-128.png"
},
"commands": []
}