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,
"name": "Alex's BetterNow",
"version": "2.3.4",
"icons": {
"16": "icons\/favicon-1.png",
"48": "icons\/favicon-2.png",
"128": "icons\/favicon-3.png"
},
"description": "Adds visual enhancements and quality-of-life improvements to your streaming experience.",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.younow.com\/*",
"https:\/\/younow.com\/*"
],
"css": [
"styles.css"
],
"js": [
"js\/config.js",
"js\/helpers.js",
"js\/templates.js",
"js\/firebase.js",
"js\/admin.js",
"js\/features.js",
"js\/debug.js",
"js\/script.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/golden-border-2.svg"
],
"matches": [
"https:\/\/www.younow.com\/*",
"https:\/\/younow.com\/*"
]
}
]
}