Speedrun.com TwitchFix

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

Hvad er Speedrun.com TwitchFix?

Speedrun.com TwitchFix er en Chrome-udvidelse udviklet af authorblues, og dens hovedfunktion er "Fix Twitch VOD links to thwart Twitch's commitment to being unusable and frustrating.".

Udvidelsesskærmbilleder

screenshot

Download Speedrun.com TwitchFix-udvidelses-CRX-fil

Download Speedrun.com TwitchFix-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Automatically find and replace video links on speedrun.com                    

Grundlæggende oplysninger om udvidelsen

Navn Speedrun.com TwitchFix Speedrun.com TwitchFix
ID ahlkfddfnnjnheplnojehikhhcjalhkj
Officiel URL https://chromewebstore.google.com/detail/speedruncom-twitchfix/ahlkfddfnnjnheplnojehikhhcjalhkj
Beskrivelse Fix Twitch VOD links to thwart Twitch's commitment to being unusable and frustrating.
Filstørrelse 85.46 KB
Antal Installationer 63
Nuværende Version 1.1
Senest Opdateret 2016-05-28
Udgivelsesdato 2016-05-28
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler authorblues
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}