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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Speedrun.com TwitchFix

ดาวน์โหลดไฟล์ส่วนขยาย Speedrun.com TwitchFix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Automatically find and replace video links on speedrun.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Speedrun.com TwitchFix 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"
    }
}