Reddit Alternative Video Player
An alternative video player for Reddit
什么是Reddit Alternative Video Player?
Reddit Alternative Video Player是由Petro Cardoso开发的Chrome扩展程序,该扩展的主要功能是“An alternative video player for Reddit”。
扩展截图
下载Reddit Alternative Video Player扩展crx文件
下载Reddit Alternative Video Player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An alternative video player for Reddit, select the default quality of the video player and enjoy!
扩展基本信息
名称 | Reddit Alternative Video Player |
ID | lmjhpokfoiodjhhlghfngaccjgicjjaf |
官方URL | https://chromewebstore.google.com/detail/reddit-alternative-video/lmjhpokfoiodjhhlghfngaccjgicjjaf |
简介 | An alternative video player for Reddit |
文件大小 | 158 KB |
安装次数 | 220 |
当前版本 | 1.0.2 |
更新时间 | 2023-01-11 |
上架时间 | 2023-01-11 |
评分 | 5.00/5 共6次评分 |
开发者 | Petro Cardoso |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Reddit Alternative Video Player", "description": "An alternative video player for Reddit", "version": "1.0.2", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ] } ], "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage" ] } |