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
官方URL 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"
    }
}