Free Twitter Video Downloader

Free Twitter Video Downloader

Twitter Videos Downloader- Free to download any Twitter video and gif with 1-click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "images/icon_24.png",
    "default_title": "__MSG_appName__"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "jquery.js",
        "content.js"
      ],
      "matches": [
        "*://*.twitter.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "storage"
  ],
  "short_name": "TwitterDownload",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}