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",
"name": "Crunchyroll Comments",
"description": "Crunchyroll Comments is a browser extension that brings back the Crunchyroll comments section.",
"version": "1.2.0",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/www.crunchyroll.com\/*",
"https:\/\/static.crunchyroll.com\/*"
],
"js": [
"content-script.js",
"timestampRender.js"
],
"css": [
"styles.css"
],
"all_frames": true,
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"comentario.js",
"timestampRender.js",
"patch.js",
"comentario-override.css"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "icons\/icon16.jpeg",
"32": "icons\/icon32.jpeg",
"48": "icons\/icon48.jpeg",
"128": "icons\/icon128.jpeg"
}
}