Website IP location trace - SecurityInfinity
Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP…
ما هو Website IP location trace - SecurityInfinity؟
Website IP location trace - SecurityInfinity هو إضافة Chrome تم تطويرها بواسطة https://securityinfinity.com، والميزة الرئيسية لها هي "Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Website IP location trace - SecurityInfinity
قم بتنزيل ملفات الامتداد Website IP location trace - SecurityInfinity بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP tracking to determine the location of the website's server. This can be useful for a variety of reasons, such as determining the location of a company or organization, or checking to see if a website is located in a country with stricter internet regulations. Additionally, it can also help in identifying any potential location-based limitations or geo-restrictions on the website. This extension can be installed easily and is user-friendly, making it easy for anyone to use. Overall, Website IP location trace chrome extension is a valuable tool for anyone who wants to learn more about the geographical location of websites they visit. معلومات أساسية عن التمديد
| الاسم | |
| ID | lddcnkomocngdoimaghdneddciekmghc |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/website-ip-location-trace/lddcnkomocngdoimaghdneddciekmghc |
| الوصف | Website IP and location tracer allows users to see the geographical location of a website they are visiting. This extension uses IP… |
| حجم الملف | 23.44 KB |
| عدد التثبيتات | 32 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2023-01-29 |
| تاريخ النشر | 2023-01-29 |
| المطور | https://securityinfinity.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://securityinfinity.com |
| عنوان صفحة المساعدة | https://securityinfinity.com/contact |
| عنوان صفحة سياسة الخصوصية | https://securityinfinity.com/privacy-policy |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Website IP location trace - SecurityInfinity",
"version": "1.0",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs"
]
} | |