Deep Translator

Deep Translator

Automatic translation powered by Official DeepL API

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Deep Translator",
  "version": "2020.1231.1748",
  "description": "Automatic translation powered by Official DeepL API",
  "icons": {
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "128": "icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "jquery.min.js",
        "contentscript.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "homepage_url": "https://deeptranslatorapp.com",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk7RfjdUJvbqRvkRU9wvAq8T+69nAHalCA2kFZbKqQO5+051ki40OpnPcrl/EemtPurJC96FFl7VK3haZku8p4QHb56U8qlU2KXQfWdqrSDEsDj2TsQVbqIWXAzjs0+n9s207UgGn5qMZHVUZxT2zeM3EeYpaxJKsHD/1R8tgDZhYd8RY8ntktKs31icEB5nYhE8sPXQZ9YlQVquUdBz2r7dFELcWl4WkcuzPaS0K92jD1lMoUJ3eARXD6YAys072w46hmycMxyj910DbJPKqQ9TZUbp/S8ZATILBFsW9vE64ZoveeW0FpaFpfQHWEQEriQfIEzTlxN236l2pgrn36wIDAQAB",
  "oauth2": {
    "client_id": "51937330420-9gtejmfdrbca8ml0hmunnubdus5ob3a0.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "options_page": "options.html",
  "permissions": [
    "identity"
  ],
  "web_accessible_resources": [
    "options.html",
    "popup.html",
    "button.html"
  ]
}