Get links(Fshare,Yutb,FBook), Translate Tool

Get links(Fshare,Yutb,FBook), Translate Tool

Lấy link tải (Fshare, Yutb, FBook...) MAX SPEED, Dịch Anh-Việt, Việt-Anh

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "bg.js",
      "js/jquery.min.js",
      "js/common.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/96_ava.png"
    },
    "default_popup": "browseraction/window.html",
    "default_title": "Tải link MAX SPEED"
  },
  "content_scripts": [
    {
      "css": [
        "css/bp.css",
        "css/simple.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/jquery.min.js",
        "js/common.js",
        "js/lib/translate.js",
        "js/lib/bestprice.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "res/images/*",
    "res/flags/*"
  ],
  "commands": {
    "trans-eng": {
      "suggested_key": {
        "default": "Alt+1"
      },
      "description": "Translate to English"
    },
    "trans-vie": {
      "suggested_key": {
        "default": "Alt+2"
      },
      "description": "Dịch sang T.Việt"
    },
    "best-price": {
      "suggested_key": {
        "default": "Alt+3"
      },
      "description": "Tìm giá rẻ hơn"
    }
  },
  "description": "Lấy link tải (Fshare, Yutb, FBook...) MAX SPEED, Dịch Anh-Việt, Việt-Anh",
  "homepage_url": "https://fb.com/xmteam",
  "icons": {
    "96": "icons/96_ava.png"
  },
  "manifest_version": 2,
  "name": "Get links(Fshare,Yutb,FBook), Translate Tool",
  "permissions": [
    "tabs",
    "https://*/*",
    "http://*/*",
    "contextMenus"
  ],
  "short_name": "Get links,translate tool",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.4"
}