Tired of the world

Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.

Τι είναι το Tired of the world;

Το Tired of the world είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Russ Smith, και η κύρια λειτουργία του είναι "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.".

Λήψη αρχείου CRX της επέκτασης Tired of the world

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

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

                        I made this in 5 minutes after reading something on the internet. Might update it. Might not. Depends on how many beers I have. Have questions? Don't ask them on Twitter @russ_sm.                    

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

Όνομα Tired of the world Tired of the world
ID njnocmjcklnbdnaclfcjedagagammdip
Επίσημο URL https://chrome.google.com/webstore/detail/tired-of-the-world/njnocmjcklnbdnaclfcjedagagammdip
Περιγραφή Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.
Μέγεθος Αρχείου 3.64 KB
Αριθμός Εγκαταστάσεων 10
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2015-12-07
Ημερομηνία Δημοσίευσης 2015-12-07
Αξιολόγηση 4.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Russ Smith
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://twitter.com/russ_sm
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tired of the world",
    "description": "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}