RANDUS.ORG – Random Person Generator and Temporary Mail

Creation of random personalities with temporary email and auto-completion of registration and authorization forms.

Τι είναι το RANDUS.ORG – Random Person Generator and Temporary Mail;

Το RANDUS.ORG – Random Person Generator and Temporary Mail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://randus.org, και η κύρια λειτουργία του είναι "Creation of random personalities with temporary email and auto-completion of registration and authorization forms.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης RANDUS.ORG – Random Person Generator and Temporary Mail

Λήψη αρχείων επέκτασης RANDUS.ORG – Random Person Generator and Temporary Mail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Why invent data when registering, if our extension can do it for you?

Extension RANDUS.ORG automatically finds the registration or authorization form and fills it in with the generated data, as well as creates a one-time (temporary) email. There is no need to write down the data created by our service. the extension independently remembers the last 10 generations and offers to quickly substitute them during authorization.

Help make the extension even better: if you found a form that the extension couldn't recognize RANDUS.ORG please let us know - we will take this fact into account in future updates. Together we will make the extension even better!

Privacy Policy: https://randus.org/en/agreement                    

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

Όνομα RANDUS.ORG – Random Person Generator and Temporary Mail RANDUS.ORG – Random Person Generator and Temporary Mail
ID jcildekmhnmopplgcncdohaffhiobimo
Επίσημο URL https://chromewebstore.google.com/detail/randusorg-–-генератор-слу/jcildekmhnmopplgcncdohaffhiobimo?hl=en
Περιγραφή Creation of random personalities with temporary email and auto-completion of registration and authorization forms.
Μέγεθος Αρχείου 232 KB
Αριθμός Εγκαταστάσεων 1,143
Τρέχουσα Έκδοση 1.5.1
Τελευταία Ενημέρωση 2020-08-29
Ημερομηνία Δημοσίευσης 2020-07-04
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://randus.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://randus.org
URL της Σελίδας Πολιτικής Απορρήτου https://randus.org/agreement.html
Υποστηριζόμενες Γλώσσες en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.5.1",
    "default_locale": "ru",
    "description": "__MSG_extDescription__",
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/favicon.png",
            "24": "images\/favicon.png",
            "32": "images\/favicon.png"
        }
    },
    "icons": {
        "16": "images\/favicon-16.png",
        "48": "images\/favicon-48.png",
        "128": "images\/favicon-128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/helpers.js",
                "js\/fill.js",
                "js\/inject.js"
            ]
        }
    ]
}