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": "YouTube Competitor Analysis",
"version": "1.0.1",
"description": "Track your Competitor on YouTube, stay ahead in the Creator Economy",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/www.youtube.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"content.js"
],
"css": [
"bootstrap.min.css",
"panel.css"
]
}
]
}