YouTube Subscriptions Exporter

YouTube Subscriptions Exporter

== This extension cannot export more than 1000 subscriptions. I'm working on a fix. == Export your YouTube subscriptions…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "YouTube Subscriptions Exporter",
  "version": "1.0.6",
  "permissions": [
    "https://www.youtube.com/*",
    "https://youtube.com/*",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_title": "YouTube Subscriptions Exporter",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}