Article to Video

Article to Video

This tool turns words into professional videos at lightning speed...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Article to Video",
  "manifest_version": 2,
  "description": "This tool turns words into professional videos at lightning speed...",
  "version": "2.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "42_movies.png"
  },
  "icons": {
    "128": "movies (1).png"
  }
}