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": "Palo - Youtube AI Chat Assistant",
"version": "3.3.9",
"version_name": "3.3.9-v2",
"description": "AI chat for every youtube video. Instant clickable timestamp references. Instant, high-quality summaries and searching.",
"host_permissions": [
"https:\/\/www.youtube.com\/*"
],
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"ExtPay.js",
"content.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"ExtPay.js"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "service-worker.js"
},
"icons": {
"16": "logo16.png",
"32": "logo32.png",
"48": "logo48.png",
"128": "logo128.png"
},
"action": {
"default_popup": "options.html"
}
}