IP & Location Checker by PrivacySharks

Check your IP and live location with this extension.

IP & Location Checker by PrivacySharks là gì?

IP & Location Checker by PrivacySharks là một tiện ích mở rộng Chrome được phát triển bởi PrivacySharks.com, và tính năng chính của nó là "Check your IP and live location with this extension.".

Ả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 IP & Location Checker by PrivacySharks

Tải xuống các tệp mở rộng IP & Location Checker by PrivacySharks 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

                        Check your live IP and location with the PrivacySharks extension. Checks your country and city with a click of a button. Refresh instantly up to 10.000 times each month!                    

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

Tên IP & Location Checker by PrivacySharks IP & Location Checker by PrivacySharks
ID cjbgejajgfdaknipkglgcinijpcafgdl
URL Chính Thức https://chrome.google.com/webstore/detail/ip-location-checker-by-pr/cjbgejajgfdaknipkglgcinijpcafgdl
Mô tả Check your IP and live location with this extension.
Kích Thước Tệp 111 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-04-12
Ngày Phát Hành 2021-04-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển PrivacySharks.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://privacysharks.com
URL Trang Trợ Giúp https://www.privacysharks.com/about-us/
URL Trang Chính Sách Bảo Mật https://www.privacysharks.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP & Location Checker by PrivacySharks",
    "version": "0.0.1",
    "description": "Check your IP and live location with this extension.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "assets\/pv\/16.png",
            "32": "assets\/pv\/32.png",
            "48": "assets\/pv\/48.ico",
            "128": "assets\/pv\/128.ico",
            "192": "assets\/pv\/192.png",
            "512": "assets\/pv\/512.png"
        },
        "default_title": "IP & Location Checker by PrivacySharks",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_idle"
        }
    ]
}