電競避雷針 for Garena eSports

避免在 Youtube 上 Garena eSports LOL(英雄聯盟) 頻道選擇要看哪部對戰 VOD 時看到影片有 game 2 或 game 3,導致看完 game 1 時已經能推測後續幾場的結果。

What is 電競避雷針 for Garena eSports?

電競避雷針 for Garena eSports is a Chrome extension developed by https://ssk7833.github.io/VOD-spoiler-guard-for-Garena-eSports, and its main feature is "避免在 Youtube 上 Garena eSports LOL(英雄聯盟) 頻道選擇要看哪部對戰 VOD 時看到影片有 game 2 或 game 3,導致看完 game 1 時已經能推測後續幾場的結果。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 電競避雷針 for Garena eSports Extension CRX File

Download 電競避雷針 for Garena eSports extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        本程式完全免費無廣告,且不影響任何 Garena eSports Youtube 頻道以外的任何頁面。

0.1.10: 修正 bo5 無法正常顯示的問題                    

Extension Basic Information

Name 電競避雷針 for Garena eSports 電競避雷針 for Garena eSports
ID gbcblnonedihopdblbalfenlhjohblmd
Official URL https://chromewebstore.google.com/detail/%E9%9B%BB%E7%AB%B6%E9%81%BF%E9%9B%B7%E9%87%9D-for-garena-esports/gbcblnonedihopdblbalfenlhjohblmd
Description 避免在 Youtube 上 Garena eSports LOL(英雄聯盟) 頻道選擇要看哪部對戰 VOD 時看到影片有 game 2 或 game 3,導致看完 game 1 時已經能推測後續幾場的結果。
File Size 208 KB
Installation Count 29
Current Version 0.1.10
Last Updated 2017-08-29
Publish Date 2017-08-28
Rating 5.00/5 Total 5 Ratings
Developer https://ssk7833.github.io/VOD-spoiler-guard-for-Garena-eSports
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u96fb\u7af6\u907f\u96f7\u91dd for Garena eSports",
    "short_name": "\u96fb\u7af6\u907f\u96f7\u91dd",
    "description": "\u907f\u514d\u5728 Youtube \u4e0a Garena eSports LOL(\u82f1\u96c4\u806f\u76df) \u983b\u9053\u9078\u64c7\u8981\u770b\u54ea\u90e8\u5c0d\u6230 VOD \u6642\u770b\u5230\u5f71\u7247\u6709 game 2 \u6216 game 3\uff0c\u5c0e\u81f4\u770b\u5b8c game 1 \u6642\u5df2\u7d93\u80fd\u63a8\u6e2c\u5f8c\u7e8c\u5e7e\u5834\u7684\u7d50\u679c\u3002",
    "version": "0.1.10",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "default_icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "content.css",
                "watch.css"
            ],
            "js": [
                "contentLib.js",
                "content.js",
                "watch.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}