Real Domain Name

This extension shows a real domain name and real url of the current website.

Real Domain Name là gì?

Real Domain Name là một tiện ích mở rộng Chrome được phát triển bởi kidliaa, và tính năng chính của nó là "This extension shows a real domain name and real url of the current website.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Real Domain Name 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

                        Show real domain name of the current webpage. 

## Why it's important?

Copy this address to your url bar: https://www.xn--e1awd7f.com/ to see if you need this plugin.

## I don't trust this plugin?

This plugin is open sourced, check it here: https://github.com/liaa/real_domain_name

## More discussion here: 
https://www.wordfence.com/blog/2017/04/chrome-firefox-unicode-phishing/                    

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

Tên Real Domain Name Real Domain Name
ID lhbkkikjboiebjeghokpefafaahnfoff
URL Chính Thức https://chromewebstore.google.com/detail/real-domain-name/lhbkkikjboiebjeghokpefafaahnfoff
Mô tả This extension shows a real domain name and real url of the current website.
Kích Thước Tệp 33.72 KB
Số Lần Cài Đặt 407
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2017-04-18
Ngày Phát Hành 2017-04-18
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển kidliaa
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/kidliaa
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Real Domain Name",
    "description": "This extension shows a real domain name and real url of the current website.",
    "version": "1.2",
    "icons": {
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "notifications"
    ]
}