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 19, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Netflix Comments",
"description": "Netflix Comments is a browser extension that brings a comments section to Netflix. Inspired from CrunchyComments.",
"version": "0.0.2",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/www.netflix.com\/watch\/*",
"https:\/\/www.netflix.com\/browse"
],
"js": [
"content-script.js"
],
"css": [
"drawer.css",
"styles.css"
],
"all_frames": true,
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"comentario.js",
"drawer.js",
"drawer-init.js"
],
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"https:\/\/crunchy.404420.xyz\/*"
],
"icons": {
"16": "icons\/logo.ico",
"32": "icons\/logo.ico",
"48": "icons\/logo.ico",
"128": "icons\/logo.ico"
}
}