On the main page of youtube are alot of clickbait videos recommended. This plugin hides all recomended videos on the homepage.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"description": "On the main page of youtube are alot of clickbait videos recommended. This plugin hides all recomended videos on the homepage.",
"manifest_version": 2,
"name": "Hide youtube clickbait main page.",
"version": "1.2resigned1",
"content_scripts": [
{
"matches": [
"*://*.youtube.com/*"
],
"js": [
"remove_feed.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{3f439c74-c1ef-4996-b610-f1c745f23088}"
}
}
}