Putin to Unicorn

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

Qu'est-ce que Putin to Unicorn ?

Putin to Unicorn est une extension Chrome développée par sumita913, et sa fonction principale est "Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Putin to Unicorn

Téléchargez les fichiers d'extension Putin to Unicorn au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Putin to Unicorn Putin to Unicorn
ID aifgmfjbhcjjbdbgkojdhemaeidmlnla
URL Officiel https://chromewebstore.google.com/detail/putin-to-unicorn/aifgmfjbhcjjbdbgkojdhemaeidmlnla
Description Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'
Taille du Fichier 4.6 KB
Nombre d'Installations 342
Version Actuelle 1.0
Dernière Mise à Jour 2014-03-28
Date de Publication 2014-03-28
Évaluation 4.78/5 Total 18 Évaluations
Développeur sumita913
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}