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": "Remove Youtube Comments",
"description": "Focus on the video, not the comments",
"version": "1.0.0",
"manifest_version": 3,
"content_scripts": [
{
"css": [
"youtube.css"
],
"js": [
"script.js"
],
"matches": [
"http:\/\/*.youtube.com\/*",
"https:\/\/*.youtube.com\/*"
],
"run_at": "document_start"
}
],
"icons": {
"16": "icons\/icon.png",
"32": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
}
}