Axiom - Capture URL Extension

Axiom - Capture URL Extension

Capture URL or video and add it directly to your library

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Axiom - Capture URL Extension",
  "description": "Capture URL or video and add it directly to your library",
  "version": "1.1",
  "permissions": [
    "tabs",
    "cookies",
    "https://www.axiomnetworks.ca/",
    "https://axiomnetworks.ca/"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}