Country Flags & IP Whois

Displays country flag of website's server location, Whois and Geo info

Country Flags & IP Whois là gì?

Country Flags & IP Whois là một tiện ích mở rộng Chrome được phát triển bởi yokris.dev, và tính năng chính của nó là "Displays country flag of website's server location, Whois and Geo info".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Country Flags & IP Whois

Tải xuống các tệp mở rộng Country Flags & IP Whois 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

                        A browser extension to display the page's server flag in the toolbar area indicating the current webserver's physical location. This is done by comparing the IP range with an offline database from MaxMind's GeoLite (there is no server interaction to get the info). Knowing the server location adds an extra layer of awareness to your browsing and is useful to indicate the native languages and legal jurisdictions that may apply. Additional information about Geolocation or Whois info can be obtained via the left- and right-click on the action icon.

Features:
1. This is an open-source project (https://github.com/andy-portmen/country-flags/issues)
2. Identifies IP4, IP6, and private IP addresses
3. It is now possible to use the native DNS resolver if a user is under a SOCKS proxy (disabled by default; requires native integration)
4. Offline database updates once per 7 days using the window.caches API
5. Supports running a custom command when an IP is resolved; This command accepts [ip], [host], [curl], [enurl] and [url] keywords
6. Open requested service optionally in the background and/or adjacent to the current tab.

Available tools in the right-click menu (only six services are visible in the main menu):
1. SSL Checker: Check SSL certificate
2. Traceroute: Display the route and transit delays of packets
3. Ping: Test the reachability of this IP address
4. TinyURL: Shorten the URL using TinyURL.com
5. DNS Lookup: Perform an authoritative DNS lookup
6. Whois Lookup: Find the registration and delegation of a domain name
7. HTTP Headers: List all the response HTTP headers
8. Copy IP: Copy IP address to the clipboard
9. Alexa: Website traffic, statistics, and analytics
10. WOT Scorecard: Website reputation ratings
11. Virustotal: A free virus, malware, and URL scanning service
12. Check Server Status: Helps find whether a website is down or not
13. Google Translate: Free service instantly translates words, phrases, and web pages
14. Google Cache: Google cached pages for any website
15. Wikipedia: Domain search
16. intoDNS: Checks the health and configuration of DNS and mail servers
17. Netcraft: Provides internet security services including anti-fraud and anti-phishing services
18. Wave Report: Provides web accessibility solutions
19. Validate.nu: HTML5 Validator
20. W3C CSS Validator: CSS Validator
21. W3C Validator: HTML5 Validator
22. Internet Archive: Free universal access to archived web pages
23. Google: Search by domain
24. Wolfram|Alpha: Access to the world's facts and data

-- Permissions:
For a comprehensive description of why these permissions are needed check https://add0n.com/country-flags.html#permissions                    

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

Tên Country Flags & IP Whois Country Flags & IP Whois
ID bffjckjhidlcnenenacdahhpbacpgapo
URL Chính Thức https://chromewebstore.google.com/detail/country-flags-ip-whois/bffjckjhidlcnenenacdahhpbacpgapo
Mô tả Displays country flag of website's server location, Whois and Geo info
Kích Thước Tệp 5.5 MB
Số Lần Cài Đặt 14,999
Phiên Bản Hiện Tại 0.6.3
Cập Nhật Lần Cuối 2024-01-14
Ngày Phát Hành 2020-06-21
Đánh Giá 4.49/5 Tổng số 94 Đánh Giá
Nhà Phát Triển yokris.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://webextension.org/listing/country-flags.html
URL Trang Trợ Giúp https://webextension.org/listing/country-flags.html
URL Trang Chính Sách Bảo Mật https://add0n.com/policies/yokris.dev.txt
Ngôn Ngữ Được Hỗ Trợ de,en,ro,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Country Flags & IP Whois",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.6.3",
    "permissions": [
        "storage",
        "webRequest",
        "contextMenus",
        "notifications",
        "alarms",
        "webNavigation"
    ],
    "optional_permissions": [
        "downloads",
        "nativeMessaging"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/webextension.org\/listing\/country-flags.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": [],
    "options_ui": {
        "page": "data\/options\/index.html",
        "open_in_tab": true
    }
}