TTV LOL

TTV LOL

What is TTV LOL?

TTV LOL is a Chrome extension developed by https://ttv.lol, and its main feature is "TTV LOL".

Extension Screenshots

screenshot

Download TTV LOL Extension CRX File

Download TTV LOL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name TTV LOL TTV LOL
ID ofbbahodfeppoklmgjiokgfdgcndngjm
Official URL https://chromewebstore.google.com/detail/ttv-lol/ofbbahodfeppoklmgjiokgfdgcndngjm
Description TTV LOL
File Size 106 KB
Installation Count 239,911
Current Version 0.0.0.3
Last Updated 2021-04-20
Publish Date 2021-04-08
Rating 3.53/5 Total 486 Ratings
Developer https://ttv.lol
Email [email protected]
Payment Type free
Extension Website https://ttv.lol/
Supported Languages 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"
}