Show My IP Addresses (External and Local)

This extension shows the external&internal IP addresses when you click the extension icon. https://helloacm.com/what-is-my-ip/

Show My IP Addresses (External and Local)คืออะไร?

Show My IP Addresses (External and Local) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://helloacm.com และคุณลักษณะหลักของมันคือ "This extension shows the external&internal IP addresses when you click the extension icon. https://helloacm.com/what-is-my-ip/"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show My IP Addresses (External and Local)

ดาวน์โหลดไฟล์ส่วนขยาย Show My IP Addresses (External and Local) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This chrome extension shows the external and internal IP addresses when you click the extension icon. 

Source Code: https://github.com/DoctorLai/what-is-my-ip
Powered by https://helloacm.com/what-is-my-ip/

---Changes Log---
02/Oct/2022 0.7.4 Add UI Style
28/Sept/2022 0.7.3 Change API Address + Update Jquery + Clipboard
26/Dec/2021 0.7.2 Manifest V3 - show Previous IP
23/Dec/2020 0.7.1 Add Serverless API
30/Apr/2019 0.7.0 Add isvbscriptdead.com Server API
04/Oct/2018 0.6.9 Add anothervps.com Server API
23/Jan/2018 0.6.8 Enabling Clipboard & Make UI Simpler
20/Jan/2018 0.6.7 Code Clean
21/Dec/2017 0.6.6 Add Third Party ipify API
03/Mar/2017 0.6.5 Change API URL
17/Feb/2017 0.6.4 Add steakovercooked.com API server
08/Feb/2017 0.6.3 Minor Adjustments
08/Feb/2017 0.6.2 Minor UI changes
08/Feb/2017 0.6.1 Please don't DDOS me.
27/Jan/2017 0.6 Add Locale & Minor Improvements
19/Jan/2017 0.5 Now we have 3 API servers as backup
11/Jan/2017 0.4 Remove Cache
09/Jan/2017 0.3 Display Chrome Version & API Cached For 30 min
08/Jan/2017 0.2 Initial Release 

---Buy me a Coffee---
https://www.paypal.me/doctorlai/3
bitcoin:1J88t5UAgKBHhMgzkyH9bpY5mPdCYAe5XQ                    

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

ชื่อ Show My IP Addresses (External and Local) Show My IP Addresses (External and Local)
ID opljiobgnagdjikipnagigiacllolpaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/show-my-ip-addresses-exte/opljiobgnagdjikipnagigiacllolpaj
คำอธิบาย This extension shows the external&internal IP addresses when you click the extension icon. https://helloacm.com/what-is-my-ip/
ขนาดไฟล์ 410 KB
จำนวนการติดตั้ง 2,412
เวอร์ชันปัจจุบัน 0.7.4
อัปเดตครั้งล่าสุด 2022-10-18
วันที่เผยแพร่ 2019-04-30
คะแนน 4.11/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://helloacm.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://helloacm.com/what-is-my-ip/?ref=chrome_web_page
URL หน้าช่วยเหลือ https://helloacm.com/tools/?ref=chrome_web_page
URL หน้านโยบายความเป็นส่วนตัว https://helloacm.com/disclaimer
ภาษาที่รองรับ en,en-GB,en-US,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Show My IP Addresses (External and Local)",
    "short_name": "Show My IP",
    "default_locale": "en",
    "version": "0.7.4",
    "action": {
        "default_icon": "icon.png",
        "default_title": "Show My IP Addresses (External and Local)",
        "default_popup": "main.html"
    },
    "author": "justyy",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "description": "This extension shows the external&internal IP addresses when you click the extension icon. https:\/\/helloacm.com\/what-is-my-ip\/",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "images\/*",
                "bs\/*"
            ],
            "extension_ids": [
                "opljiobgnagdjikipnagigiacllolpaj"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/what-is-my-ip.justyy.workers.dev\/",
        "https:\/\/api.ipify.org\/"
    ]
}