Video URLs pinner for Vpin.club

Video URLs pinner for Vpin.club

Pin-and-go! keep all worthy video urls in your Vpin.club account

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Vpin 專屬影片網址收藏插件",
  "description": "跨多平台,將影片網址收納至Vpin.Club管理",
  "version": "1.9.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "scripting",
    "tabs",
    "identity"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/",
    "*://*.vpin.club/"
  ],
  "default_locale": "zh_TW",
  "action": {
    "default_popup": "popup-zh.html",
    "default_icon": {
      "16": "/images/pin_grey.png",
      "32": "/images/pin_grey.png",
      "48": "/images/pin_grey.png",
      "128": "/images/pin_grey.png"
    }
  },
  "icons": {
    "16": "/images/pin_16.png",
    "32": "/images/pin_32.png",
    "48": "/images/pin_48.png",
    "128": "/images/pin_128.png"
  },
  "externally_connectable": {
    "matches": [
      "https://*.vpin.club/*",
      "http://192.168.50.251:8080/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}