Funimation Remove Video Player Shadow
Hides overlay shadow on video player
什么是Funimation Remove Video Player Shadow?
Funimation Remove Video Player Shadow是由ameeryabdallah1开发的Chrome扩展程序,该扩展的主要功能是“Hides overlay shadow on video player”。
扩展截图
下载Funimation Remove Video Player Shadow扩展crx文件
下载Funimation Remove Video Player Shadow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The video player on Funimation has a really unsightly overlay shadow when you hover over the video player. This extension will remove it.
扩展基本信息
名称 | Funimation Remove Video Player Shadow |
ID | nepjjkkagnicnniddfbippfnokcopafo |
官方URL | https://chromewebstore.google.com/detail/funimation-remove-video-p/nepjjkkagnicnniddfbippfnokcopafo |
简介 | Hides overlay shadow on video player |
文件大小 | 3.1 KB |
安装次数 | 40 |
当前版本 | 1.0 |
更新时间 | 2021-12-22 |
上架时间 | 2021-12-22 |
评分 | 5.00/5 共2次评分 |
开发者 | ameeryabdallah1 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Funimation Remove Video Player Shadow", "description": "Hides overlay shadow on video player", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*.funimation.com\/v\/*" ], "css": [ "new.css" ] } ] } |