Kotleba pre koktavých

Kotlebove skutočné meno

What is Kotleba pre koktavých?

Kotleba pre koktavých is a Chrome extension developed by martin.dee2, and its main feature is "Kotlebove skutočné meno".

Extension Screenshots

screenshot
screenshot
screenshot

Download Kotleba pre koktavých Extension CRX File

Download Kotleba pre koktavých 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

                        Zmení Kotlebove meno na väčšine stránok na jeho podobu pre koktavých ľudí.

1.0
- funguje google search!

0.2
- zatiaľ nefunguje na google search. Na ostatných stránkach ano.
- príjemnú zábavu                    

Extension Basic Information

Name Kotleba pre koktavých Kotleba pre koktavých
ID ppclnhcendlgggjghombboijbiobieik
Official URL https://chrome.google.com/webstore/detail/kotleba-pre-koktav%C3%BDch/ppclnhcendlgggjghombboijbiobieik
Description Kotlebove skutočné meno
File Size 33.85 KB
Installation Count 51
Current Version 1.0
Last Updated 2016-03-24
Publish Date 2016-03-24
Rating 5.00/5 Total 18 Ratings
Developer martin.dee2
Email [email protected]
Payment Type free
Supported Languages sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kotleba pre koktav\u00fdch",
    "description": "Kotlebove skuto\u010dn\u00e9 meno",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "kokotleba.js"
            ],
            "run_at": "document_end"
        }
    ]
}