Speedrun.com TwitchFix

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

Co to jest Speedrun.com TwitchFix?

Speedrun.com TwitchFix to rozszerzenie Chrome opracowane przez authorblues, a jego główną funkcją jest „Fix Twitch VOD links to thwart Twitch's commitment to being unusable and frustrating.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Speedrun.com TwitchFix

Pobierz pliki rozszerzeń Speedrun.com TwitchFix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Automatically find and replace video links on speedrun.com                    

Podstawowe informacje o rozszerzeniu

Nazwa Speedrun.com TwitchFix Speedrun.com TwitchFix
ID ahlkfddfnnjnheplnojehikhhcjalhkj
Oficjalny URL https://chromewebstore.google.com/detail/speedruncom-twitchfix/ahlkfddfnnjnheplnojehikhhcjalhkj
Opis Fix Twitch VOD links to thwart Twitch's commitment to being unusable and frustrating.
Rozmiar pliku 85.46 KB
Liczba instalacji 63
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2016-05-28
Data Publikacji 2016-05-28
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper authorblues
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}