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 |
| Eメール | [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"
]
} | |