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.」です。
拡張機能のスクリーンショット
Speedrun.com TwitchFix拡張機能のCRXファイルをダウンロード
Speedrun.com TwitchFix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically find and replace video links on speedrun.com
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } } |