RPS-Plugin Backgrounds Slates (PBS)
Virtual Backgrounds for Google Meet™
什么是RPS-Plugin Backgrounds Slates (PBS)?
RPS-Plugin Backgrounds Slates (PBS)是由http://meetplugin.com开发的Chrome扩展程序,该扩展的主要功能是“Virtual Backgrounds for Google Meet™”。
扩展截图
下载RPS-Plugin Backgrounds Slates (PBS)扩展crx文件
下载RPS-Plugin Backgrounds Slates (PBS)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to apply effects like customized backgrounds live during Google Meets
RPS-Plugin Backgrounds provides privacy, security and simplicity to every virtual engagement. Plugin’s green screen extension is a simple and secure way to reduce cyber bulling and trolling. This extension allows you to apply effects customized pre-loaded backgrounds live during Google Meets.
To learn more visit: www.meetplugin.com
Features / Effects:
Customized Backgrounds-Pre-loaded | Random Donation 扩展基本信息
| 名称 | |
| ID | laahcfiogmpnnhlhmoaokjkicgdjdpcd |
| 官方URL | https://chrome.google.com/webstore/detail/rps-plugin-backgrounds-sl/laahcfiogmpnnhlhmoaokjkicgdjdpcd |
| 简介 | Virtual Backgrounds for Google Meet™ |
| 文件大小 | 13.1 MB |
| 安装次数 | 116 |
| 当前版本 | 1.0.6 |
| 更新时间 | 2020-09-09 |
| 上架时间 | 2020-09-09 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | http://meetplugin.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://meetplugin.com/ |
| 隐私政策页面URL | https://meetplugin.com/privacy-policy |
| 支持的语言 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.0.6",
"default_locale": "en",
"name": "RPS-Plugin Backgrounds Slates (PBS)",
"description": "__MSG_AppDesc__",
"homepage_url": "https:\/\/meetplugin.com\/",
"short_name": "VirtualBackgroundsForMeet",
"permissions": [
"storage"
],
"icons": {
"16": "img\/16i.png",
"48": "img\/48i.png",
"128": "img\/128i.png",
"256": "img\/256i.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "img\/16i.png",
"32": "img\/32i.png",
"48": "img\/48i.png",
"128": "img\/128i.png"
},
"default_title": "RPS-Plugin Backgrounds Slates (PBS)"
},
"background": {
"scripts": [
"\/js\/browser-polyfill.js",
"\/js\/background.js",
"\/js\/update.js"
],
"persistent": false
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"*:\/\/meet.google.com\/*"
],
"js": [
"\/js\/[email protected]",
"\/js\/browser-polyfill.js",
"\/js\/[email protected]",
"\/js\/contents.js"
]
}
],
"offline_enabled": true,
"web_accessible_resources": [
"js\/mediaSourceSwap.js",
"img\/*.jpg",
"img\/*.png"
]
} | |