Country Flags & IP WhoIs
This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location.
Country Flags & IP WhoIs क्या है?
Country Flags & IP WhoIs https://country-flags.freebusinessapps.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Country Flags & IP WhoIs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location. This helps to adds an extra layer of awareness to your browsing and can be useful to indicate the native languages and legal jurisdictions that may apply. Additional information about Geolocation or Whois info can be obtained if you are interested in who owns this website. The popup shows more information about the domain. Details which show up are Alexa and Quantcast ranking and the MyWOT reputation. MyWOT allows you to check whether the website is safe to browse or not.
एक्सटेंशन की मूल जानकारी
नाम | Country Flags & IP WhoIs |
ID | mmofdhnjnlpajodgpagjeokihenphfii |
आधिकारिक URL | https://chromewebstore.google.com/detail/country-flags-ip-whois/mmofdhnjnlpajodgpagjeokihenphfii |
विवरण | This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location. |
फ़ाइल का आकार | 350 KB |
स्थापना संख्या | 105 |
वर्तमान संस्करण | 3.0.0 |
अंतिम अपडेट | 2022-04-29 |
प्रकाशन तिथि | 2020-07-01 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://country-flags.freebusinessapps.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/bg-worker.js" }, "container": [ "GOOGLE_DRIVE" ], "description": " This add-on is an extension that displays a flag toolbar button indicating the current webserver's physical location. ", "icons": { "128": "Images\/icons\/icon_128.png", "16": "Images\/icons\/icon-16.png", "19": "Images\/icons\/icon_19.png", "24": "Images\/icons\/icon-24.png", "256": "Images\/icons\/icon-256.png", "32": "Images\/icons\/icon-32.png", "48": "Images\/icons\/icon-48.png", "64": "Images\/icons\/icon-64.png" }, "manifest_version": 3, "name": "Country Flags & IP WhoIs", "offline_enabled": true, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/ipapi.co\/*" ], "version": "3.0.0", "action": { "default_icon": { "128": "Images\/icons\/icon_128.png", "19": "Images\/icons\/icon_19.png" }, "default_popup": "popup.html", "default_title": "Country Flags & IP WhoIs" }, "homepage_url": "https:\/\/country-flags.freebusinessapps.net\/" } |