Speedrun.com TwitchFix

Fix Twitch VOD links to thwart Twitch's commitment to being unusable and frustrating.

什麼是Speedrun.com TwitchFix?

Speedrun.com TwitchFix是由authorblues開發的Chrome擴展程式,該擴展的主要功能是“Fix Twitch VOD links to thwart Twitch's commitment to being unusable and frustrating.”。

擴展截圖

screenshot

下載Speedrun.com TwitchFix擴展crx文件

下載Speedrun.com TwitchFix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Automatically find and replace video links on speedrun.com                    

擴展基本資訊

名稱 Speedrun.com TwitchFix Speedrun.com TwitchFix
ID ahlkfddfnnjnheplnojehikhhcjalhkj
官方網址 https://chromewebstore.google.com/detail/speedruncom-twitchfix/ahlkfddfnnjnheplnojehikhhcjalhkj
簡介 Fix Twitch VOD links to thwart Twitch's commitment to being unusable and frustrating.
檔案大小 85.46 KB
安裝次數 63
目前版本 1.1
更新時間 2016-05-28
上架時間 2016-05-28
評分 5.00/5 共 7 次評分
開發者 authorblues
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speedrun.com TwitchFix",
    "description": "Fix Twitch VOD links to thwart Twitch's commitment to being unusable and frustrating.",
    "version": "1.1",
    "short_name": "TwitchFix",
    "author": "authorblues",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.speedrun.com\/*"
            ],
            "css": [
                "repair-tool.css"
            ],
            "js": [
                "vendor\/jquery-2.2.4.min.js",
                "vendor\/moment.min.js",
                "repair-tool.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon\/16.png"
    ],
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    }
}