Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
}
},
"version": "1.5.0",
"author": "Rajkumar",
"name": "AI YouTube Summarizer & Video Chatbot - Raya.Chat",
"description": "Use AI to summarize any YouTube video, generate smart notes, quotes, memes, and chat with video content \u2014 100% free.",
"background": {
"service_worker": "static\/background\/index.js"
},
"permissions": [
"storage",
"identity",
"background",
"tabs"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"yt-chat.e15fe985.js"
],
"css": []
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk7QKlopqdaDMaNo64GyKLFD6XTqYMktDZyMdJ7SvawaXL3T4HZ80X9\/PByCqF8J1QCNiix8oA+FPc0rRBtuz8meK+VNwE3Vi4twZrMFgYuesmqarNL5ox0F0Z5Hoi+lKNFI0q+hSA0mvqkwkPjLXGLdHrksfdlaO0ZA\/suURzHZzhcRK+gtG3OWnBZem8I8hOb8C2Gtn2JwimZ8vKHeSsXNQ5BseEXKPsgqBofif+BR94PoH\/C\/5nTS1ZRK7hO8NL11o05NVbFZV2oy7Adlv\/jxnUEOqNxohPqzRY0KKle3mKsKq4v\/mo5TB4plhhgosvwBBNcAQQkvjld0c9iepcQIDAQAB",
"host_permissions": [
"https:\/\/api.raya.chat\/*",
"https:\/\/securetoken.googleapis.com\/v1\/token\/*"
],
"oauth2": {
"client_id": "1022480233702-kgrfjo7o54ppcql8m6vm5nmgphj4jkg4.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"resources": [
"yt-chat.6e038a4b.css",
"yt-chat.634b1a13.png"
]
}
]
}