TTV LOL
TTV LOL
Wat is TTV LOL?
TTV LOL is een Chrome-extensie ontwikkeld door https://ttv.lol, en de belangrijkste functie is "TTV LOL".
Extensie Screenshots
Download het CRX-bestand van de extensie TTV LOL
Download TTV LOL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
TTV LOL removes livestream ads from your favorite streaming site. TTV LOL removes livestream ads from twitch.tv without compromise in video quality or the plagued "purple screen of death" Github: https://github.com/TTV-LOL/extensions Discord: https://discord.gg/NAv7AFAyTF
Basisinformatie over de Extensie
Naam | TTV LOL |
ID | ofbbahodfeppoklmgjiokgfdgcndngjm |
Officiële URL | https://chromewebstore.google.com/detail/ttv-lol/ofbbahodfeppoklmgjiokgfdgcndngjm |
Beschrijving | TTV LOL |
Bestandsgrootte | 106 KB |
Aantal Installaties | 239,911 |
Huidige Versie | 0.0.0.3 |
Laatst Bijgewerkt | 2021-04-20 |
Publicatiedatum | 2021-04-08 |
Beoordeling | 3.53/5 Totaal 486 Beoordelingen |
Ontwikkelaar | https://ttv.lol |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ttv.lol/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "128": "images\/icon.png" }, "default_popup": "common\/html\/popup.html", "default_title": "TTV LOL" }, "description": "TTV LOL", "icons": { "128": "images\/icon.png" }, "manifest_version": 2, "name": "TTV LOL", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.twitch.tv\/*", "https:\/\/usher.ttvnw.net\/*", "https:\/\/api.ttv.lol\/*" ], "version": "0.0.0.3" } |