Viz Social

Viz Social

Right-click on timestamp of a post on Twitter, Facebook, Instagram, Reddit or YouTube and click on Add to Viz Social.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Viz Social",
  "short_name": "Viz Social",
  "description": "Right-click on timestamp of a post on Twitter, Facebook, Instagram, Reddit or YouTube and click on Add to Viz Social.",
  "version": "28.1.0",
  "author": "Dizplai - https://www.dizplai.com",
  "icons": {
    "16": "img/x16.png",
    "32": "img/x32.png",
    "48": "img/x48.png",
    "128": "img/x128.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "externally_connectable": {
    "matches": [
      "https://*.dizplai.com/*",
      "https://*.never.no/*"
    ]
  },
  "permissions": [
    "alarms",
    "contextMenus",
    "notifications",
    "storage"
  ],
  "host_permissions": [
    "https://*.dizplai.com/",
    "https://*.never.no/",
    "https://*.facebook.com/",
    "https://*.fbcdn.net/",
    "https://*.instagram.com/",
    "https://*.cdninstagram.com/",
    "https://*.reddit.com/",
    "https://twitter.com/",
    "https://*.twimg.com/",
    "https://*.youtube.com/",
    "https://*.ggpht.com/"
  ],
  "options_ui": {
    "page": "js/options/options.html"
  }
}