Smart Youtube Playlist (AutoFavorite)

Smart Youtube Playlist (AutoFavorite)

Automatically suggests you and add the currently playing video to favorite-list!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Smart Youtube Playlist (AutoFavorite)",
  "version": "1.2.2.1",
  "description": "__MSG_app_desc__",
  "short_name": "Smart Youtube Playlist",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage",
    "history",
    "https://www.youtube.com/",
    "identity",
    "contextMenus"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjGp++oSyrIxYH4GRqAhuTV3WQR6NV8bO6dMPMlSI++QvIBWPGOTKHTtaMS1vQUhDw+mjvkqOchdZJfAfZo9mGbydi7BXZH+piOspZ129uWMmQamiPeXsnTmJqO3LZz8fGg/n/BZNn+DePFu6NA3aa9qcB9sZfmusynnRLvGJZ5X051uk/tymSIEp78XeYOvocVnhhu9HC6qcwd492QD46pvUbZsH+4qrZ4RUB+sxAwH9XhRAgwjR0e6IaF3l7GQb7Bf7sxr4K1cHzpOOg4EOwKnKYWGKiU628JFz8MqVOIZeJKsM/8StJ18b+8zy6c1mnY7FzsFmTkYom8gP3Vm/fQIDAQAB",
  "oauth2": {
    "client_id": "732510659200-gh8qp03n2g70hcj1vnjjkk1spiksf8bi.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/youtube.readonly",
      "https://www.googleapis.com/auth/youtube",
      "https://www.googleapis.com/auth/youtube.force-ssl"
    ]
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/playlist-16.png",
      "32": "images/playlist-32.png",
      "48": "images/playlist-48.png",
      "128": "images/playlist-128.png"
    }
  },
  "icons": {
    "16": "images/playlist-16.png",
    "32": "images/playlist-32.png",
    "48": "images/playlist-48.png",
    "128": "images/playlist-128.png"
  },
  "options_page": "options.html",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src https://www.youtube.com",
  "offline_enabled": false,
  "web_accessible_resources": [
    "images/playlist-48.png"
  ],
  "default_locale": "en"
}