Fextralife Fix
This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
什么是Fextralife Fix?
Fextralife Fix是由wacky开发的Chrome扩展程序,该扩展的主要功能是“This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.”。
扩展截图
下载Fextralife Fix扩展crx文件
下载Fextralife Fix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
扩展基本信息
名称 | Fextralife Fix |
ID | apmlleaenngdncjedemihifpgpeinokb |
官方URL | https://chromewebstore.google.com/detail/fextralife-fix/apmlleaenngdncjedemihifpgpeinokb |
简介 | This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason. |
文件大小 | 281 KB |
安装次数 | 53 |
当前版本 | 1.0 |
更新时间 | 2023-09-03 |
上架时间 | 2023-09-02 |
评分 | 3.50/5 共2次评分 |
开发者 | wacky |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fextralife Fix", "version": "1.0", "description": "This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.", "content_scripts": [ { "matches": [ "https:\/\/*.fextralife.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } } |