Zlatanizer

This extension replaces "Sweden" with "Zlatan" in Swedish and English.

Wat is Zlatanizer?

Zlatanizer is een Chrome-extensie ontwikkeld door Pusselw, en de belangrijkste functie is "This extension replaces "Sweden" with "Zlatan" in Swedish and English.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Zlatanizer

Download Zlatanizer-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

                        This extension replaces the word "Sweden" with "Zlatan" on all webpages. Both Swedish and English is supported.                    

Basisinformatie over de Extensie

Naam Zlatanizer Zlatanizer
ID ienodpfljjgkaafmcfnfijggbkohjklo
Officiële URL https://chromewebstore.google.com/detail/zlatanizer/ienodpfljjgkaafmcfnfijggbkohjklo
Beschrijving This extension replaces "Sweden" with "Zlatan" in Swedish and English.
Bestandsgrootte 76.23 KB
Aantal Installaties 96
Huidige Versie 1.1
Laatst Bijgewerkt 2014-03-05
Publicatiedatum 2014-03-05
Beoordeling 3.92/5 Totaal 12 Beoordelingen
Ontwikkelaar Pusselw
Betalingswijze free
Ondersteunde Talen sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zlatanizer",
    "description": "This extension replaces \"Sweden\" with \"Zlatan\" in Swedish and English.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "zlatanizer.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "icon48x48.png",
        "128": "icon128x128.png"
    }
}