humanize

Replaces words that are predictably used to dehumanize people with different words that are more humanizing.

Τι είναι το humanize;

Το humanize είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.peterphalen.com, και η κύρια λειτουργία του είναι "Replaces words that are predictably used to dehumanize people with different words that are more humanizing.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης humanize

Λήψη αρχείων επέκτασης humanize σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        We currently support illegal aliens, dangerous/organized thugs, and welfare queens.                    

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

Όνομα humanize humanize
ID ckgiiaehnngpfmcnjmlmpedkkfnedmil
Επίσημο URL https://chromewebstore.google.com/detail/humanize/ckgiiaehnngpfmcnjmlmpedkkfnedmil
Περιγραφή Replaces words that are predictably used to dehumanize people with different words that are more humanizing.
Μέγεθος Αρχείου 12.45 KB
Αριθμός Εγκαταστάσεων 93
Τρέχουσα Έκδοση 0.75.4
Τελευταία Ενημέρωση 2016-08-10
Ημερομηνία Δημοσίευσης 2016-08-10
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://www.peterphalen.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/peterphalen/humanize/blob/master/README.md
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "humanize",
    "version": "0.75.4",
    "description": "Replaces words that are predictably used to dehumanize people with different words that are more humanizing.",
    "author": "Peter L Phalen",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}