TTV LOL
TTV LOL
Qu'est-ce que TTV LOL ?
TTV LOL est une extension Chrome développée par https://ttv.lol, et sa fonction principale est "TTV LOL".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TTV LOL
Téléchargez les fichiers d'extension TTV LOL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | TTV LOL |
ID | ofbbahodfeppoklmgjiokgfdgcndngjm |
URL Officiel | https://chromewebstore.google.com/detail/ttv-lol/ofbbahodfeppoklmgjiokgfdgcndngjm |
Description | TTV LOL |
Taille du Fichier | 106 KB |
Nombre d'Installations | 239,911 |
Version Actuelle | 0.0.0.3 |
Dernière Mise à Jour | 2021-04-20 |
Date de Publication | 2021-04-08 |
Évaluation | 3.53/5 Total 486 Évaluations |
Développeur | https://ttv.lol |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ttv.lol/ |
Langues Prises en Charge | 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" } |