Putin to Unicorn

Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'

Τι είναι το Putin to Unicorn;

Το Putin to Unicorn είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sumita913, και η κύρια λειτουργία του είναι "Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'".

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

screenshot
screenshot

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

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

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

                        Changes the name "Vladimir Putin" to "The Grand Magical Unicorn."                    

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

Όνομα Putin to Unicorn Putin to Unicorn
ID aifgmfjbhcjjbdbgkojdhemaeidmlnla
Επίσημο URL https://chromewebstore.google.com/detail/putin-to-unicorn/aifgmfjbhcjjbdbgkojdhemaeidmlnla
Περιγραφή Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'
Μέγεθος Αρχείου 4.6 KB
Αριθμός Εγκαταστάσεων 342
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2014-03-28
Ημερομηνία Δημοσίευσης 2014-03-28
Αξιολόγηση 4.78/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής sumita913
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Putin to Unicorn",
    "version": "1.0",
    "description": "Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}