TTV LOL
TTV LOL
什么是TTV LOL?
TTV LOL是由https://ttv.lol开发的Chrome扩展程序,该扩展的主要功能是“TTV LOL”。
扩展截图
下载TTV LOL扩展crx文件
下载TTV LOL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | TTV LOL |
ID | ofbbahodfeppoklmgjiokgfdgcndngjm |
官方URL | https://chromewebstore.google.com/detail/ttv-lol/ofbbahodfeppoklmgjiokgfdgcndngjm |
简介 | TTV LOL |
文件大小 | 106 KB |
安装次数 | 239,911 |
当前版本 | 0.0.0.3 |
更新时间 | 2021-04-20 |
上架时间 | 2021-04-08 |
评分 | 3.53/5 共486次评分 |
开发者 | https://ttv.lol |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://ttv.lol/ |
支持的语言 | 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" } |