youTubeify

youTubeify

Create a slideshow, voiceover, GIF or download images from your Pinterest pins or Google image search

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "5.0.5",
  "description": "__MSG_extDesc__",
  "short_name": "yT",
  "default_locale": "en",
  "permissions": [
    "identity",
    "identity.email",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "*://*.youtubeify.com/",
    "*://*.google.com/",
    "*://*.pinterest.com/"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "include_globs": [
        "http://www.youtubeify.*/*",
        "https://www.youtubeify.*/*",
        "http://www.google.*/*",
        "https://www.google.*/*",
        "http://www.instagram.*/*",
        "https://www.instagram.*/*",
        "http://*.pinterest.*/*",
        "https://*.pinterest.*/*"
      ],
      "css": [
        "css/record.css"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "oauth2": {
    "client_id": "395390588038-uoq5u2vaeinc4m8j1ck9ntvr2ehs8bar.apps.googleusercontent.com",
    "scopes": [
      "profile",
      "email",
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxpSClEb9DXsq1hHIxyNpce0Vw2cIApXvmhwdJSMq8FMqBvsr624iDRvxXNDciketPv4Q88+EKgeejW3uLT4S55NJXUloTRhjn5TGe1fQIEA/FR+z/FwENHNJycT5ihuEnA1xZSnsAZwN16ZDo5YziJTMF4z5ZLE6MxwAS65FK7D+k0onio3CSvoN01f6cJcCDc7EdTG8E70U+CRfSkeUz28VycKKApyQVoFu5YgAQ2nrZLh8ccNCaucd0ebmR2G69Q8zixODcULB9AlGg3PN67IrZHRQpfX+gLByqoWmYpNbGyoVZMvsrdoD6cz/QxoJUrFaIEhz4kTPPFFT35gWAwIDAQAB",
  "action": {
    "default_icon": {
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "96": "images/icon96.png"
    },
    "default_title": "__MSG_ext_default_title__"
  },
  "icons": {
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "96": "images/icon96.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "chunks/*-*.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "*://*.youtubeify.com/*",
        "*://*.google.com/*",
        "*://*.pinterest.com/*"
      ]
    }
  ]
}