retroLink - Desprotetor de Links

retroLink - Desprotetor de Links

O retroLink desprotege links protegidos com apenas 1 clique. Sem propagandas!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "retroLink - Desprotetor de Links",
  "short_name": "retroLink",
  "version": "1.2.4",
  "manifest_version": 3,
  "description": "O retroLink desprotege links protegidos com apenas 1 clique. Sem propagandas!",
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "action": {
    "default_icon": "images/icon_32.png",
    "default_title": "Desproteger Link"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx"
}