AntiSwear

This is an app that can protect your child or yourself from derogatory words.

Τι είναι το AntiSwear;

Το AntiSwear είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Henry Vendittelli, και η κύρια λειτουργία του είναι "This is an app that can protect your child or yourself from derogatory words.".

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

screenshot
screenshot
screenshot

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

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

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

                        Cyberbullying. It has happened to almost everyone. Every day people young to old are being bullied online. We plan to solve this. We have revolutionized any media on google chrome. So we present to you, AntiSwear.

Google chrome is the most popular web browser in the world. Google chrome has surpassed over billion active users. That means that 15% of the total population uses Chrome. Also only 3 billion people use the internet so Google Chrome has one out of three people using the internet in the whole world, which is 33% and that's an extremely large number.

Over 50% of teens have been cyberbullied, 20% of which, have considered suicide, also 1 in 10 of those teens have actually committed suicide. This is something that is really hard to address and addressing this issue from the source is impossible. Some people don’t want to change the way they act. Many Chrome users are teens who are often targeted for cyber bullying
They are targeted for reasons such as racism, sexism, and homophobia. More and more people are getting cyberbullied every year.

The Solution to our issue is not to remove the bullies as that is impossible but the opposite. We need to target the swear words in order to make people not feel bad. Essentially we need to remove the issue rather than fixing it. We will do this through, AntiSwear™© (patent pending) 2017  our google chrome extension.

Our product replaces the inappropriate language with asterisks (the little stars). We have a working list of words that are filtered out and every new addition will be added and incorporated inside of our extension.

Enjoy!
-Developers                    

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

Όνομα AntiSwear AntiSwear
ID mcpdpcpkfefagobpndopmkmhdgmhcjim
Επίσημο URL https://chromewebstore.google.com/detail/antiswear/mcpdpcpkfefagobpndopmkmhdgmhcjim
Περιγραφή This is an app that can protect your child or yourself from derogatory words.
Μέγεθος Αρχείου 71.27 KB
Αριθμός Εγκαταστάσεων 62
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-12-05
Ημερομηνία Δημοσίευσης 2017-12-05
Αξιολόγηση 3.89/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Henry Vendittelli
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "AntiSwear"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery.js",
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This is an app that can protect your child or yourself from derogatory words.",
    "icons": {
        "128": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "manifest_version": 2,
    "name": "AntiSwear",
    "permissions": [
        "storage"
    ],
    "short_name": "AntiSwear",
    "version": "1.0"
}