Speedrun.com TwitchFix
Fix Twitch VOD links to thwart Twitch's commitment to being unusable and frustrating.
Wat is Speedrun.com TwitchFix?
Speedrun.com TwitchFix is een Chrome-extensie ontwikkeld door authorblues, en de belangrijkste functie is "Fix Twitch VOD links to thwart Twitch's commitment to being unusable and frustrating.".
Extensie Screenshots
Download het CRX-bestand van de extensie Speedrun.com TwitchFix
Download Speedrun.com TwitchFix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Automatically find and replace video links on speedrun.com
Basisinformatie over de Extensie
Naam | Speedrun.com TwitchFix |
ID | ahlkfddfnnjnheplnojehikhhcjalhkj |
Officiële URL | https://chromewebstore.google.com/detail/speedruncom-twitchfix/ahlkfddfnnjnheplnojehikhhcjalhkj |
Beschrijving | Fix Twitch VOD links to thwart Twitch's commitment to being unusable and frustrating. |
Bestandsgrootte | 85.46 KB |
Aantal Installaties | 63 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-05-28 |
Publicatiedatum | 2016-05-28 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | authorblues |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |