Zlatanizer

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

Co to jest Zlatanizer?

Zlatanizer to rozszerzenie Chrome opracowane przez Pusselw, a jego główną funkcją jest „This extension replaces "Sweden" with "Zlatan" in Swedish and English.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Zlatanizer

Pobierz pliki rozszerzeń Zlatanizer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Zlatanizer Zlatanizer
ID ienodpfljjgkaafmcfnfijggbkohjklo
Oficjalny URL https://chromewebstore.google.com/detail/zlatanizer/ienodpfljjgkaafmcfnfijggbkohjklo
Opis This extension replaces "Sweden" with "Zlatan" in Swedish and English.
Rozmiar pliku 76.23 KB
Liczba instalacji 96
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-03-05
Data Publikacji 2014-03-05
Ocena 3.92/5 Łącznie 12 Oceny
Deweloper Pusselw
Typ Płatności free
Obsługiwane Języki 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"
    }
}