Chrome Censored

Censors inappropriate words/terms on the interweb by filling them in with flowery replacements.

Τι είναι το Chrome Censored;

Το Chrome Censored είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://devinyoungweb.com, και η κύρια λειτουργία του είναι "Censors inappropriate words/terms on the interweb by filling them in with flowery replacements.".

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

screenshot

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

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

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

                        Chrome Censored censors inappropriate words/terms on the interweb by filling them in with flowery replacements.

While replacement words may be humorous, none are inappropriate; so this a great alternative to parental blocking in the browser.                    

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

Όνομα Chrome Censored Chrome Censored
ID bimpoihegbhelhdhbegiifeffngnmhdl
Επίσημο URL https://chromewebstore.google.com/detail/chrome-censored/bimpoihegbhelhdhbegiifeffngnmhdl
Περιγραφή Censors inappropriate words/terms on the interweb by filling them in with flowery replacements.
Μέγεθος Αρχείου 20.91 KB
Αριθμός Εγκαταστάσεων 83
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2013-03-28
Ημερομηνία Δημοσίευσης 2013-03-28
Αξιολόγηση 2.50/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://devinyoungweb.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://devinyoungweb.com/chrome-censored/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Censored",
    "manifest_version": 2,
    "version": "1.0",
    "description": "Censors inappropriate words\/terms on the interweb by filling them in with flowery replacements.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "censored.js"
            ],
            "run_at": "document_end"
        }
    ]
}