IP Request Mapper
This extension maps the location of the server(s) for all of the assets on the current page.
IP Request Mapper क्या है?
IP Request Mapper Rick Duggan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension maps the location of the server(s) for all of the assets on the current page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IP Request Mapper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
v2.0.3
Fix bug in filtering URLs
v2.0.2 Release Notes
Rewritten in TypeScript as an AI experiment. Validated by a human!
Removed jQuery in favor of fetch.
v1.4.1 Release Notes
Bug fix for hostname parsing for non-http(s) protocols
v1.4.0 Release Notes
Switch to onBeforeSendHeaders to capture even more requests
Major refactoring and code cleanup
Update to latest version of jQuery
v1.3.8 Release Notes
Switch to window from tab for map
-----
This extension geolocates the IP address of each asset as it loads on the current page and maps them on a Google Map.
It requests permissions to "Access your data on all websites" and "Access your tabs and browsing activity" only to perform the mapping. None of the data is collected or sent anywhere. The extension does use Google Analytics purely to gather anonymous usage data.
Icon courtesy of designmodo.com.
Icon licensed under Creative Commons (Attribution 3.0 Unported)
http://designmodo.com/flat-free एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | ghhmhholmphdnpndngkhmpknekgicmbp |
| आधिकारिक URL | https://chromewebstore.google.com/detail/ip-request-mapper/ghhmhholmphdnpndngkhmpknekgicmbp |
| विवरण | This extension maps the location of the server(s) for all of the assets on the current page. |
| फ़ाइल का आकार | 24.54 KB |
| स्थापना संख्या | 65 |
| वर्तमान संस्करण | 2.0.3 |
| अंतिम अपडेट | 2023-07-23 |
| प्रकाशन तिथि | 2019-07-21 |
| रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
| डेवलपर | Rick Duggan |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| समर्थित भाषाएँ | en-US |
| manifest.json | |
{
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": "images\/icon.png",
"default_popup": "html\/popup.html"
},
"content_security_policy": "script-src 'self' https:\/\/mts0.googleapis.com https:\/\/mts1.googleapis.com https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com 'unsafe-eval'; object-src 'self'",
"description": "This extension maps the location of the server(s) for all of the assets on the current page.",
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJSderYXTBQe3RrBUBF6ICBp9UuJDghTTGcOHHfsXs65lCPvhlgL0Qr0vrL3Nmbut2LLt1VJOHfTo55qLwDWeKAkKzowHOxEpFotE5452Y8hBQG\/1Dd1SEvgosEQyActhj\/in7aMZbdlDr6YBDrknrGmFcXYRAQQi\/xNnXgCoPowIDAQAB",
"manifest_version": 2,
"name": "IP Request Mapper",
"permissions": [
" | |