RPS-Plugin Backgrounds Slates (PBS)

Virtual Backgrounds for Google Meet™

Apa itu RPS-Plugin Backgrounds Slates (PBS)?

RPS-Plugin Backgrounds Slates (PBS) adalah ekstensi Chrome yang dikembangkan oleh http://meetplugin.com, dan fitur utamanya adalah "Virtual Backgrounds for Google Meet™".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi RPS-Plugin Backgrounds Slates (PBS)

Unduh file ekstensi RPS-Plugin Backgrounds Slates (PBS) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama RPS-Plugin Backgrounds Slates (PBS) RPS-Plugin Backgrounds Slates (PBS)
ID laahcfiogmpnnhlhmoaokjkicgdjdpcd
URL Resmi https://chrome.google.com/webstore/detail/rps-plugin-backgrounds-sl/laahcfiogmpnnhlhmoaokjkicgdjdpcd
Deskripsi Virtual Backgrounds for Google Meet™
Ukuran File 13.1 MB
Jumlah Instalasi 116
Versi Saat Ini 1.0.6
Terakhir Diperbarui 2020-09-09
Tanggal Publikasi 2020-09-09
Penilaian 1.00/5 Total 1 Penilaian
Pengembang http://meetplugin.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://meetplugin.com/
URL Halaman Kebijakan Privasi https://meetplugin.com/privacy-policy
Bahasa yang Didukung 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"
    ]
}