FastGetLink

FastGetLink

Lấy link tải nhanh Ytube, FShare

Merlin
Additional files are visible only to premium users

manifest.json


{
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/64x64.png"
    },
    "default_popup": "browseraction/popup.html",
    "default_title": "Tải link MAX SPEED"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "js/crypto.js",
      "js/jquery.min.js",
      "js/sha1.min.js",
      "js/common.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "js/jquery.min.js",
        "js/common.js",
        "js/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "res/images/*"
  ],
  "commands": {
    "get-link": {
      "suggested_key": {
        "default": "Alt+1"
      },
      "description": "Get link"
    }
  },
  "description": "Lấy link tải nhanh Ytube, FShare",
  "icons": {
    "96": "icons/64x64.png"
  },
  "manifest_version": 2,
  "name": "FastGetLink",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "https://*/*"
  ],
  "short_name": "Get links tool",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.5"
}