Speedrun.com TwitchFix
Fix Twitch VOD links to thwart Twitch's commitment to being unusable and frustrating.
ما هو Speedrun.com TwitchFix؟
Speedrun.com TwitchFix هو إضافة Chrome تم تطويرها بواسطة authorblues، والميزة الرئيسية لها هي "Fix Twitch VOD links to thwart Twitch's commitment to being unusable and frustrating.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Speedrun.com TwitchFix
قم بتنزيل ملفات الامتداد Speedrun.com TwitchFix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [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" } } |