Fashionreps Link Converter

Fashionreps Link Converter

Remove spaces from links and converts taobao mobile links to desktop links

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fashionreps Link Converter ",
  "description": "Remove spaces from links and converts taobao mobile links to desktop links",
  "version": "2.1",
  "manifest_version": 2,
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "img/fashionreps.png",
    "48": "img/fashionreps.png",
    "128": "img/fashionreps.png"
  },
  "background": {
    "scripts": [
      "eventPage.js"
    ]
  }
}