Speedrun.com TwitchFix
Fix Twitch VOD links to thwart Twitch's commitment to being unusable and frustrating.
What is Speedrun.com TwitchFix?
Speedrun.com TwitchFix is a Chrome extension developed by authorblues, and its main feature is "Fix Twitch VOD links to thwart Twitch's commitment to being unusable and frustrating.".
Extension Screenshots
Download Speedrun.com TwitchFix Extension CRX File
Download Speedrun.com TwitchFix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Automatically find and replace video links on speedrun.com
Extension Basic Information
Name | Speedrun.com TwitchFix |
ID | ahlkfddfnnjnheplnojehikhhcjalhkj |
Official URL | https://chromewebstore.google.com/detail/speedruncom-twitchfix/ahlkfddfnnjnheplnojehikhhcjalhkj |
Description | Fix Twitch VOD links to thwart Twitch's commitment to being unusable and frustrating. |
File Size | 85.46 KB |
Installation Count | 63 |
Current Version | 1.1 |
Last Updated | 2016-05-28 |
Publish Date | 2016-05-28 |
Rating | 5.00/5 Total 7 Ratings |
Developer | authorblues |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |