Speedrun.com TwitchFix
Fix Twitch VOD links to thwart Twitch's commitment to being unusable and frustrating.
Speedrun.com TwitchFix क्या है?
Speedrun.com TwitchFix authorblues द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fix Twitch VOD links to thwart Twitch's commitment to being unusable and frustrating."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Speedrun.com TwitchFix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |