台灣英雄聯盟攻略合輯

台灣英雄聯盟攻略合輯

最詳細最優質的攻略整理來了,厭倦每次都要打開google搜尋攻略嗎? 我們替您整理了最新最棒的攻略,只要打開新分頁就可以得到豐富資訊! 還在等什麼?快來試用看看吧!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "台灣英雄聯盟攻略合輯",
  "version": "1.0",
  "chrome_url_overrides": {
    "newtab": "攻略.html"
  },
  "icons": {
    "16": "LOLicon16.png",
    "48": "LOLicon48.png",
    "128": "LOLicon128.png"
  },
  "permissions": [
    "tabs",
    "declarativeContent"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}