TTV LOL
TTV LOL
Cos'è TTV LOL?
TTV LOL è un'estensione di Chrome sviluppata da https://ttv.lol, e la sua funzione principale è "TTV LOL".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TTV LOL
Scarica i file di estensione TTV LOL 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
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
Informazioni di Base sull'Estensione
Nome | TTV LOL |
ID | ofbbahodfeppoklmgjiokgfdgcndngjm |
URL Ufficiale | https://chromewebstore.google.com/detail/ttv-lol/ofbbahodfeppoklmgjiokgfdgcndngjm |
Descrizione | TTV LOL |
Dimensione del File | 106 KB |
Conteggio Installazioni | 239,911 |
Versione Corrente | 0.0.0.3 |
Ultimo Aggiornamento | 2021-04-20 |
Data di Pubblicazione | 2021-04-08 |
Valutazione | 3.53/5 Totale 486 Valutazioni |
Sviluppatore | https://ttv.lol |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ttv.lol/ |
Lingue Supportate | 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" } |