Speedrun.com TwitchFix
Fix Twitch VOD links to thwart Twitch's commitment to being unusable and frustrating.
Cos'è Speedrun.com TwitchFix?
Speedrun.com TwitchFix è un'estensione di Chrome sviluppata da authorblues, e la sua funzione principale è "Fix Twitch VOD links to thwart Twitch's commitment to being unusable and frustrating.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Speedrun.com TwitchFix
Scarica i file di estensione Speedrun.com TwitchFix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Automatically find and replace video links on speedrun.com Informazioni di Base sull'Estensione
| Nome | |
| ID | ahlkfddfnnjnheplnojehikhhcjalhkj |
| URL Ufficiale | https://chromewebstore.google.com/detail/speedruncom-twitchfix/ahlkfddfnnjnheplnojehikhhcjalhkj |
| Descrizione | Fix Twitch VOD links to thwart Twitch's commitment to being unusable and frustrating. |
| Dimensione del File | 85.46 KB |
| Conteggio Installazioni | 63 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2016-05-28 |
| Data di Pubblicazione | 2016-05-28 |
| Valutazione | 5.00/5 Totale 7 Valutazioni |
| Sviluppatore | authorblues |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |