Chatroulette Custom Selfie
Set any image as your selfie on Chatroulette!
Τι είναι το Chatroulette Custom Selfie;
Το Chatroulette Custom Selfie είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kronsuki, και η κύρια λειτουργία του είναι "Set any image as your selfie on Chatroulette!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Chatroulette Custom Selfie
Λήψη αρχείων επέκτασης Chatroulette Custom Selfie σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Tired of looking like an exhausted goblin before taking a selfie on Chatroulette? This extension allows you to use ANY image as your selfie. You can even use a moving gif! So go out, take a nice picture or video on your phone and upload it to Chatroulette! -----------------------------> + Usage: > You will need to set a selfie before using this. Doesn't matter if it's bad. The extension just replaces that selfie. > The extension also flips your thumbnail and resizes it. This is how others will actually see you. As a 1x1 non-inverted picture. > If you're using a gif, make sure its very less in size. Preferably less than 5 MB. Reduce it's frames and compress it before uploading it. Everyone else can see your selfie move after that. Make sure your face is visible! -----------------------------> + Github: The code's open source! Check it out on my github! https://github.com/SuppliedOrange/Chatroulette-Custom-Selfie/ -----------------------------> + Note: I do not suggest using NSFW images, impersonating people, hiding your face etc. I am not responsible if you get banned on Chatroulette for it. Please read Chatroulette's rules before using this.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Chatroulette Custom Selfie |
ID | diioniigmlfehfeoojmgonobbmkndffe |
Επίσημο URL | https://chromewebstore.google.com/detail/chatroulette-custom-selfi/diioniigmlfehfeoojmgonobbmkndffe |
Περιγραφή | Set any image as your selfie on Chatroulette! |
Μέγεθος Αρχείου | 170 KB |
Αριθμός Εγκαταστάσεων | 54 |
Τρέχουσα Έκδοση | 1.1.2 |
Τελευταία Ενημέρωση | 2023-12-16 |
Ημερομηνία Δημοσίευσης | 2023-05-22 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | kronsuki |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/SuppliedOrange/Chatroulette-Custom-Selfie |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chatroulette Custom Selfie", "version": "1.1.2", "description": "Set any image as your selfie on Chatroulette!", "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/chatroulette.com\/app\/" ], "js": [ ".\/js\/fixcanvas.js" ] } ], "permissions": [ "tabs", "scripting", "activeTab" ], "host_permissions": [ "https:\/\/chatroulette.com\/*" ], "icons": { "128": ".\/assets\/images\/icon.png" }, "background": { "service_worker": "background.js" } } |