Show recently uploaded videos

Show recently uploaded videos

Save your time by seeing the recently uploaded videos by default on the YouTube home page.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "default_locale": "en",
  "version": "1.0.44",
  "description": "__MSG_appDesc__",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icon128.png",
    "default_title": "__MSG_actionDefaultTitle__"
  },
  "permissions": [
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "https://*.youtube.com/"
  ],
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 3
}