Name Corrector

Correctly names famous people who have been incorrectly identified

Name Corrector là gì?

Name Corrector là một tiện ích mở rộng Chrome được phát triển bởi gomeza08, và tính năng chính của nó là "Correctly names famous people who have been incorrectly identified".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Name Corrector

Tải xuống các tệp mở rộng Name Corrector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Name Corrector Name Corrector
ID abofacofognfjhklaeeinbaifjekillj
URL Chính Thức https://chromewebstore.google.com/detail/name-corrector/abofacofognfjhklaeeinbaifjekillj
Mô tả Correctly names famous people who have been incorrectly identified
Kích Thước Tệp 15.21 KB
Số Lần Cài Đặt 107
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-02-19
Ngày Phát Hành 2019-02-19
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển gomeza08
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}