Zlatanizer

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

What is Zlatanizer?

Zlatanizer is a Chrome extension developed by Pusselw, and its main feature is "This extension replaces "Sweden" with "Zlatan" in Swedish and English.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Zlatanizer Extension CRX File

Download Zlatanizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Zlatanizer Zlatanizer
ID ienodpfljjgkaafmcfnfijggbkohjklo
Official URL https://chromewebstore.google.com/detail/zlatanizer/ienodpfljjgkaafmcfnfijggbkohjklo
Description This extension replaces "Sweden" with "Zlatan" in Swedish and English.
File Size 76.23 KB
Installation Count 96
Current Version 1.1
Last Updated 2014-03-05
Publish Date 2014-03-05
Rating 3.92/5 Total 12 Ratings
Developer Pusselw
Payment Type free
Supported Languages 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"
    }
}