Country Flags & IP WhoIs
This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location.
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 https://country-flags.freebusinessapps.net, và tính năng chính của nó là "This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location.".
Ả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 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
This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location. This helps to adds an extra layer of awareness to your browsing and can be useful to indicate the native languages and legal jurisdictions that may apply. Additional information about Geolocation or Whois info can be obtained if you are interested in who owns this website. The popup shows more information about the domain. Details which show up are Alexa and Quantcast ranking and the MyWOT reputation. MyWOT allows you to check whether the website is safe to browse or not.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Country Flags & IP WhoIs |
ID | mmofdhnjnlpajodgpagjeokihenphfii |
URL Chính Thức | https://chromewebstore.google.com/detail/country-flags-ip-whois/mmofdhnjnlpajodgpagjeokihenphfii |
Mô tả | This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location. |
Kích Thước Tệp | 350 KB |
Số Lần Cài Đặt | 105 |
Phiên Bản Hiện Tại | 3.0.0 |
Cập Nhật Lần Cuối | 2022-04-29 |
Ngày Phát Hành | 2020-07-01 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://country-flags.freebusinessapps.net |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/bg-worker.js" }, "container": [ "GOOGLE_DRIVE" ], "description": " This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location. ", "icons": { "128": "Images\/icons\/icon_128.png", "16": "Images\/icons\/icon-16.png", "19": "Images\/icons\/icon_19.png", "24": "Images\/icons\/icon-24.png", "256": "Images\/icons\/icon-256.png", "32": "Images\/icons\/icon-32.png", "48": "Images\/icons\/icon-48.png", "64": "Images\/icons\/icon-64.png" }, "manifest_version": 3, "name": "Country Flags & IP WhoIs", "offline_enabled": true, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/ipapi.co\/*" ], "version": "3.0.0", "action": { "default_icon": { "128": "Images\/icons\/icon_128.png", "19": "Images\/icons\/icon_19.png" }, "default_popup": "popup.html", "default_title": "Country Flags & IP WhoIs" }, "homepage_url": "https:\/\/country-flags.freebusinessapps.net\/" } |