Name Corrector

Correctly names famous people who have been incorrectly identified

什么是Name Corrector?

Name Corrector是由gomeza08开发的Chrome扩展程序,该扩展的主要功能是“Correctly names famous people who have been incorrectly identified”。

扩展截图

下载Name Corrector扩展crx文件

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

扩展使用说明

                        Some unfortunate souls are constantly mis-identified on the internet. This extension fixes that for you. Go to http://bit.ly/1KonDJ1 and http://bit.ly/1GKw5xs to verify and please alert the creator if anyone else has this same problem.                    

扩展基本信息

名称 Name Corrector Name Corrector
ID abofacofognfjhklaeeinbaifjekillj
官方URL https://chromewebstore.google.com/detail/name-corrector/abofacofognfjhklaeeinbaifjekillj
简介 Correctly names famous people who have been incorrectly identified
文件大小 15.21 KB
安装次数 107
当前版本 1.2
更新时间 2019-02-19
上架时间 2019-02-19
评分 5.00/5 共8次评分
开发者 gomeza08
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Name Corrector",
    "version": "1.2",
    "description": "Correctly names famous people who have been incorrectly identified",
    "browser_action": {
        "default_icon": "icon_128.png"
    },
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "32": "icon_32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}