Putin to Unicorn

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

Co je Putin to Unicorn?

Putin to Unicorn je rozšíření Chrome vyvinuté sumita913, a jeho hlavní funkcí je „Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Putin to Unicorn

Stáhněte si soubory rozšíření Putin to Unicorn ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Putin to Unicorn Putin to Unicorn
ID aifgmfjbhcjjbdbgkojdhemaeidmlnla
Oficiální URL https://chromewebstore.google.com/detail/putin-to-unicorn/aifgmfjbhcjjbdbgkojdhemaeidmlnla
Popis Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'
Velikost souboru 4.6 KB
Počet instalací 342
Aktuální Verze 1.0
Poslední Aktualizace 2014-03-28
Datum Vydání 2014-03-28
Hodnocení 4.78/5 Celkem 18 Hodnocení
Vývojář sumita913
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}