YouPost - video to article converter

YouPost - video to article converter

YouPost - one-click video-to-article tool Convert videos into articles - with text and screenshots from the video - in seconds!.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "YouPost - video to article converter",
  "version": "1.9",
  "icons": {
    "16": "images/logo_16.png",
    "32": "images/logo_32.png",
    "48": "images/logo_48.png",
    "64": "images/logo_64.png",
    "128": "images/logo_128.png"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "storage",
    "activeTab",
    "privacy",
    "https://api.youpost.one/*",
    "https://youpost.one/*"
  ],
  "web_accessible_resources": [
    "js/send-page-code.js",
    "js/Storege.js",
    "js/ReqestToAPI.js"
  ],
  "browser_action": {
    "default_icon": {
      "16": "images/logo_16.png",
      "32": "images/logo_32.png",
      "48": "images/logo_48.png",
      "64": "images/logo_64.png",
      "128": "images/logo_128.png"
    },
    "default_title": "YouPost - video to article converter"
  },
  "options_page": "/html/options.html"
}