YouClick.link | Free URL Shortener

YouClick.link | Free URL Shortener

Free URL's shortener

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_name__",
  "action": {
    "default_title": "__MSG_open_popup__",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "notifications"
  ],
  "host_permissions": [
    "https://youclick.link/*",
    "https://uclck.ru/*/qr",
    "https://uclck.me/*/qr"
  ],
  "description": "__MSG_desc_app__",
  "default_locale": "en",
  "version": "0.5",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "64": "64.png",
    "128": "128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://youclick.link/?getRecaptcha"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}