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": "GoEN Player for YouTube",
"description": "Improve your English dictation and music listening experience with our customizable loop features.",
"version": "1.1.1",
"manifest_version": 3,
"background": {
"service_worker": "\/src\/js\/background.min.js",
"type": "module"
},
"permissions": [
"activeTab",
"contextMenus",
"scripting",
"storage",
"tabs"
],
"host_permissions": [
"https:\/\/*.youtube.com\/*"
],
"options_page": "\/src\/html\/options.html",
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"run_at": "document_start",
"js": [
"\/src\/js\/constant.min.js",
"\/lib\/jquery-3.6.0.slim.min.js",
"\/src\/js\/content-script.min.js",
"\/src\/js\/player-script.min.js",
"\/src\/js\/transcript-script.min.js",
"\/src\/js\/logger-script.min.js"
],
"css": [
"\/src\/css\/player.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"resources": [
"\/src\/html\/player.html",
"\/src\/images\/caret-down.svg"
]
}
],
"action": {
"default_popup": "\/src\/html\/popup.html",
"default_icon": {
"16": "\/src\/images\/player16.png",
"32": "\/src\/images\/player32.png",
"48": "\/src\/images\/player48.png",
"128": "\/src\/images\/player128.png"
}
},
"icons": {
"16": "\/src\/images\/player16.png",
"32": "\/src\/images\/player32.png",
"48": "\/src\/images\/player48.png",
"128": "\/src\/images\/player128.png"
}
}