uDomainFlag

Receive information of a domain directly in the browser when browsing a website.

uDomainFlagคืออะไร?

uDomainFlag เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bella.network และคุณลักษณะหลักของมันคือ "Receive information of a domain directly in the browser when browsing a website."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย uDomainFlag

ดาวน์โหลดไฟล์ส่วนขยาย uDomainFlag ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        See the physical location of a website while you are browsing - right in your browser without having to open another page.

uDomainFlag is an open source extension for your web browser. This extension shows you automatically where the server of a website is located while you visit a website. If you want more details about the location, just click on the displayed flag. You can see the approximate location (country, state and city), the IP addresses behind the website you have called up and the description of the operator of the IP network. If you want to see more information, you can call it up by clicking on "Additional information".
With this extension, you can see where your browser is communicating and which country you are connecting to.

The country information is always up to date and is only requested when required. You can find detailed instructions on how uDomainFlag works at https://domainflag.bella.network/howitworks.
The functionality of uDomainFlag is explained at https://domainflag.bella.network/extension, which permissions are used, encryption measures for data transfer, measures for data protection, change history and answers to other frequently asked questions.

If you have found a bug, please report it at https://github.com/Thomas2500/uDomainFlag/issues.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ uDomainFlag uDomainFlag
ID eklbfdpploakpkdakoielobggbhemlnm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/udomainflag/eklbfdpploakpkdakoielobggbhemlnm
คำอธิบาย Receive information of a domain directly in the browser when browsing a website.
ขนาดไฟล์ 400 KB
จำนวนการติดตั้ง 6,663
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2024-02-18
วันที่เผยแพร่ 2020-07-02
คะแนน 3.83/5 รวมทั้งหมด 65 คะแนน
ผู้พัฒนา https://bella.network
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://domainflag.bella.network
URL หน้าช่วยเหลือ https://domainflag.bella.network/faq
URL หน้านโยบายความเป็นส่วนตัว https://domainflag.bella.network/privacy
ภาษาที่รองรับ de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Thomas Bella",
    "name": "uDomainFlag",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "default_locale": "en",
    "version": "2.1.1",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "images\/logo-16x16.png",
        "32": "images\/option_favicon.png",
        "48": "images\/logo-48x48.png",
        "128": "images\/logo-128x128.png",
        "256": "images\/logo-256x256.png"
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": "images\/info.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false,
        "chrome_style": true
    },
    "minimum_chrome_version": "34",
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        ""
    ],
    "storage": {
        "managed_schema": "managed_storage.json"
    }
}