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 |
官方網址 | 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" } |