Super-SMM VK, FB, INST, OK

Super-SMM VK, FB, INST, OK

Единая система управления соц. сетями.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.81.0",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/kernel/icon16.png",
    "32": "images/kernel/icon32.png",
    "48": "images/kernel/icon48.png",
    "128": "images/kernel/icon128.png"
  },
  "default_locale": "ru",
  "browser_action": {
    "default_icon": "images/kernel/icon-ba-false.png",
    "default_title": "__MSG_appName__",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "cookies",
    "storage",
    "https://.vk.com/",
    "https://*.vk.com/*",
    "https://super-smm.com/*",
    "https://*.userapi.com/*",
    "https://*.vk-cdn.net/*",
    "https://*.instagram.com/*",
    "https://*.facebook.com/*"
  ],
  "optional_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://vk.com/*",
        "https://*.facebook.com/*"
      ],
      "js": [
        "libs/cloudpayments.js",
        "scripts/contentscript.bundle.js"
      ],
      "css": [
        "css/contentscript.bundle.css"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://*.super-smm.com/*",
      "https://sendapp-mw.web.app/*"
    ],
    "ids": [
      "dmcinkihbalbalneakclgkkjpceaaglo"
    ]
  },
  "content_security_policy": "script-src 'self' https://www.gstatic.com https://*.firebaseio.com https://*.firebasedatabase.app https://www.googleapis.com https://www.google-analytics.com; object-src 'self'",
  "web_accessible_resources": [
    "https://pp.userapi.com/*",
    "images/**/*.svg",
    "images/**/*.png",
    "images/**/*.jpg",
    "images/*.svg",
    "images/*.png",
    "images/*.jpg",
    "fonts/*.ttf"
  ]
}