Dragnea Autocorrect

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

什么是Dragnea Autocorrect?

Dragnea Autocorrect是由ologesa开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'”。

扩展截图

screenshot

下载Dragnea Autocorrect扩展crx文件

下载Dragnea Autocorrect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Dragnea Autocorrect Dragnea Autocorrect
ID mndiplffmgmjagclpdgbbopkngnjjalp
官方URL https://chromewebstore.google.com/detail/dragnea-autocorrect/mndiplffmgmjagclpdgbbopkngnjjalp
简介 Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'
文件大小 5.56 KB
安装次数 128
当前版本 1.0
更新时间 2016-11-03
上架时间 2016-11-03
评分 5.00/5 共10次评分
开发者 ologesa
付费类型 free
支持的语言 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"
        }
    ]
}