youtube-unhookedplusplus/manifest.json

14 lines
344 B
JSON
Raw Permalink Normal View History

2020-01-03 12:48:26 +01:00
{
"name": "Youtube UnHooked",
"version": "0.9",
"description": "Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.",
"content_scripts": [
{
"run_at": "document_start",
2020-01-03 12:48:26 +01:00
"matches": ["https://www.youtube.com/*"],
"css": ["styles.css"]
2020-01-03 12:48:26 +01:00
}
],
"manifest_version": 2
2020-01-03 12:48:26 +01:00
}