Putin to Unicorn

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

Wat is Putin to Unicorn?

Putin to Unicorn is een Chrome-extensie ontwikkeld door sumita913, en de belangrijkste functie is "Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Putin to Unicorn

Download Putin to Unicorn-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Putin to Unicorn Putin to Unicorn
ID aifgmfjbhcjjbdbgkojdhemaeidmlnla
Officiële URL https://chromewebstore.google.com/detail/putin-to-unicorn/aifgmfjbhcjjbdbgkojdhemaeidmlnla
Beschrijving Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'
Bestandsgrootte 4.6 KB
Aantal Installaties 342
Huidige Versie 1.0
Laatst Bijgewerkt 2014-03-28
Publicatiedatum 2014-03-28
Beoordeling 4.78/5 Totaal 18 Beoordelingen
Ontwikkelaar sumita913
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}