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™”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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                    

擴展基本資訊

名稱 RPS-Plugin Backgrounds Slates (PBS) RPS-Plugin Backgrounds Slates (PBS)
ID laahcfiogmpnnhlhmoaokjkicgdjdpcd
官方網址 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"
    ]
}