DcdRvsLnk - Decode or reverse links

DcdRvsLnk - Decode or reverse links

DcdRvsLnk - Decode, invert or reverse links: Unscramble the encrypted link of some sites. Shares, copies,pdf, generates QR Code ...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "badge": "__MSG_badge__",
    "default_icon": "images/icon.png",
    "default_title": "__MSG_default_title__",
    "default_popup": "popup.html"
  },
  "default_locale": "pt_BR",
  "icons": {
    "16": "images/icon16.png",
    "24": "images/icon24.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "contextMenus",
    "clipboardWrite",
    "notifications"
  ],
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "1.0.23"
}