TTV LOL PRO
TTV LOL PRO removes most livestream ads from Twitch.
Hvad er TTV LOL PRO?
TTV LOL PRO er en Chrome-udvidelse udviklet af Younes Aassila, og dens hovedfunktion er "TTV LOL PRO removes most livestream ads from Twitch.".
Udvidelsesskærmbilleder
Download TTV LOL PRO-udvidelses-CRX-fil
Download TTV LOL PRO-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
TTV LOL PRO removes most livestream ads from Twitch. This is free, don't expect it to be perfect. TTV LOL PRO is a fork of TTV LOL that: - uses an improved ad blocking method, - uses standard HTTP proxies (thus improving proxy compatibility and your privacy), - adds a stream status widget to the popup, - lets you whitelist channels, - lets you use your own proxies. TTV LOL PRO does not remove banner ads, nor does it remove ads from VODs. For the best experience, we recommend using uBlock Origin alongside TTV LOL PRO. Any questions? Please read the FAQ: https://github.com/younesaassila/ttv-lol-pro/blob/v2/FAQ.md Credits: - Extension maintained by Younes Aassila (https://github.com/younesaassila) - Proxies maintained by Marc Gómez (https://github.com/zGato)
Grundlæggende oplysninger om udvidelsen
Navn | TTV LOL PRO |
ID | bpaoeijjlplfjbagceilcgbkcdjbomjd |
Officiel URL | https://chromewebstore.google.com/detail/ttv-lol-pro/bpaoeijjlplfjbagceilcgbkcdjbomjd |
Beskrivelse | TTV LOL PRO removes most livestream ads from Twitch. |
Filstørrelse | 737 KB |
Antal Installationer | 35,649 |
Nuværende Version | 2.3.4 |
Senest Opdateret | 2024-03-04 |
Udgivelsesdato | 2023-06-04 |
Bedømmelse | 3.05/5 Samlet 75 Bedømmelser |
Udvikler | Younes Aassila |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/younesaassila/ttv-lol-pro |
Hjælpeside-URL | https://github.com/younesaassila/ttv-lol-pro/issues |
URL til Fortrolighedspolitik Side | https://github.com/younesaassila/ttv-lol-pro/blob/v2/PRIVACY.md |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TTV LOL PRO", "description": "TTV LOL PRO removes most livestream ads from Twitch.", "homepage_url": "https:\/\/github.com\/younesaassila\/ttv-lol-pro", "version": "2.3.4", "background": { "service_worker": "background.d62d76df.js" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset", "enabled": true, "path": "ruleset.143dee44.json" } ] }, "action": { "default_icon": { "128": "icon.5a7adc82.png" }, "default_title": "TTV LOL PRO", "default_popup": "menu.ca07ae88.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*", "https:\/\/m.twitch.tv\/*" ], "js": [ "content.7003a7c7.js" ], "run_at": "document_start", "css": [] } ], "icons": { "128": "icon.5a7adc82.png" }, "options_ui": { "browser_style": false, "open_in_tab": true, "page": "options\/page.html" }, "permissions": [ "declarativeNetRequest", "proxy", "storage", "tabs", "webRequest", "webRequestAuthProvider" ], "host_permissions": [ "https:\/\/*.ttvnw.net\/*", "https:\/\/*.twitch.tv\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.twitch.tv\/*", "https:\/\/m.twitch.tv\/*" ], "resources": [ "page.99ccc0f6.js", "worker.ba300262.js" ] } ] } |