Filters, Face Swap & Stickers for Google Meet

Use video filters, stickers, and swap faces with different celebrities in a Google Meet or Hangouts video call.

Τι είναι το Filters, Face Swap & Stickers for Google Meet;

Το Filters, Face Swap & Stickers for Google Meet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://brownfoxlabs.com, και η κύρια λειτουργία του είναι "Use video filters, stickers, and swap faces with different celebrities in a Google Meet or Hangouts video call.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Filters, Face Swap & Stickers for Google Meet

Λήψη αρχείων επέκτασης Filters, Face Swap & Stickers for Google Meet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Use video filters, stickers, and swap faces with celebrities during Google Meet or Hangouts calls. This free chrome extension allows you to apply fun effects to liven up your meeting. 

* FILTERS: Choose from a dozen different filters that either enhance your look or are just fun to try.

* FACE SWAP: Choose from dozens of different celebrities, and wear their faces during your call. The celebrity face will mimic any expression that you make with your face. You can even use custom faces by uploading any image containing a human face. 

* STICKERS: Add fun stickers to your face, including eye glasses, hats, and more.

* Adds a purple toolbar to the top left of your screen that is visible only during video calls. You can move this toolbar around by clicking and dragging it.

* NOTE: The Face Swap and Stickers features require a fast computer and will take several seconds for the effect to load.

* PRIVACY: All video processing happens locally on your computer, and is never sent to a server. We do log some anonymous stats (e.g. buttons used in our extension and performance issues) to help us improve and fix problems with this extension. For more information, please read our privacy policy.

* If you have any issues or have ideas for improvements, click the "Feedback" button in the toolbar. Note, because we respect your privacy and do not collect email addresses or any personally identifiable information, we will not be able to respond to your feedback submissions.

Instructions:
1. Install the chrome extension by clicking the “Add to Chrome” button. 
2. Go to meet.google.com and start or join a video call.
3. You should now see a purple toolbar in the top left of your screen (you need to be in an active call, and with your video turned on to see the toolbar).
4. Click any of the buttons to apply a filter, face swap, or sticker to your webcam video.

Troubleshooting:
* This chrome extension respects the video off feature of Google Meet, so you won't be able to use it if you don't have your video turned on.
* Use the FEEDBACK button in the app in case you run into any issues.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Filters, Face Swap & Stickers for Google Meet Filters, Face Swap & Stickers for Google Meet
ID pncoodblecnhcaingmajollcmljpomml
Επίσημο URL https://chrome.google.com/webstore/detail/filters-face-swap-sticker/pncoodblecnhcaingmajollcmljpomml
Περιγραφή Use video filters, stickers, and swap faces with different celebrities in a Google Meet or Hangouts video call.
Μέγεθος Αρχείου 2.76 MB
Αριθμός Εγκαταστάσεων 100,000
Τρέχουσα Έκδοση 1.9
Τελευταία Ενημέρωση 2022-03-14
Ημερομηνία Δημοσίευσης 2020-08-28
Αξιολόγηση 2.92/5 Συνολικά 119 Αξιολογήσεις
Προγραμματιστής http://brownfoxlabs.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.brownfoxlabs.com/
URL της Σελίδας Πολιτικής Απορρήτου https://brownfoxlabs.com/privacy.html
Υποστηριζόμενες Γλώσσες en,es,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName_filters__",
    "default_locale": "en",
    "version": "1.9",
    "description": "__MSG_extDescription_filters__",
    "permissions": [],
    "content_scripts": [
        {
            "run_at": "document_end",
            "css": [
                "css\/styles.css"
            ],
            "matches": [
                "*:\/\/meet.google.com\/*",
                "*:\/\/hangouts.google.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/tfjs2.01.min.js",
                "js\/facemesh.js",
                "js\/bpix2.0.min.js",
                "js\/content_script.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/meet.google.com\/*",
            "*:\/\/hangouts.google.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "16": "icons\/filters\/icon16.png",
            "32": "icons\/filters\/icon32.png",
            "48": "icons\/filters\/icon48.png",
            "128": "icons\/filters\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/filters\/icon16.png",
        "32": "icons\/filters\/icon32.png",
        "48": "icons\/filters\/icon48.png",
        "128": "icons\/filters\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js https:\/\/ssl.google-analytics.com\/ga.js; object-src 'self'",
    "web_accessible_resources": [
        "assets\/*"
    ],
    "manifest_version": 2
}