Dragnea Autocorrect

Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'

What is Dragnea Autocorrect?

Dragnea Autocorrect is a Chrome extension developed by ologesa, and its main feature is "Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'".

Extension Screenshots

screenshot

Download Dragnea Autocorrect Extension CRX File

Download Dragnea Autocorrect 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

                                            

Extension Basic Information

Name Dragnea Autocorrect Dragnea Autocorrect
ID mndiplffmgmjagclpdgbbopkngnjjalp
Official URL https://chromewebstore.google.com/detail/dragnea-autocorrect/mndiplffmgmjagclpdgbbopkngnjjalp
Description Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'
File Size 5.56 KB
Installation Count 128
Current Version 1.0
Last Updated 2016-11-03
Publish Date 2016-11-03
Rating 5.00/5 Total 10 Ratings
Developer ologesa
Payment Type free
Supported Languages ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dragnea Autocorrect",
    "version": "1.0",
    "description": "Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}